.gitignore updates

This commit is contained in:
Akita Noek
2016-04-20 14:57:28 -04:00
parent 2479eace44
commit f57b6da6a5

10
.gitignore vendored
View File

@@ -5,6 +5,7 @@
# Tower # Tower
awx/settings/local_settings.py* awx/settings/local_settings.py*
awx/*.sqlite3 awx/*.sqlite3
awx/*.sqlite3_*
awx/job_status awx/job_status
awx/projects awx/projects
awx/job_output awx/job_output
@@ -67,7 +68,7 @@ awx/awx_test.sqlite3-journal
*.DS_Store *.DS_Store
# Editors # Editors
*.swp *.sw[poj]
*~ *~
# Vagrant # Vagrant
@@ -93,6 +94,13 @@ tower-backup-*
env/* env/*
nohup.out nohup.out
reports reports
*.bak
*.bak[0-9]
*.dot
*.log
*.log.[0-9]
*.results
local/
# AWX python libs populated by requirements.txt # AWX python libs populated by requirements.txt
awx/lib/.deps_built awx/lib/.deps_built