diff options
author | Akita Noek <anoek@ansible.com> | 2016-04-20 20:57:28 +0200 |
---|---|---|
committer | Akita Noek <anoek@ansible.com> | 2016-04-20 20:57:35 +0200 |
commit | f57b6da6a521309320c0dedcc9b8c164a98bb613 (patch) | |
tree | 159f8c51125a4b9ee2efbe4f5c549e4e1e8d724f /.gitignore | |
parent | Merge pull request #1623 from jlmitch5/remove_tmp_broc (diff) | |
download | awx-f57b6da6a521309320c0dedcc9b8c164a98bb613.tar.xz awx-f57b6da6a521309320c0dedcc9b8c164a98bb613.zip |
.gitignore updates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 095072596e..9ec2365cae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # Tower awx/settings/local_settings.py* awx/*.sqlite3 +awx/*.sqlite3_* awx/job_status awx/projects awx/job_output @@ -67,7 +68,7 @@ awx/awx_test.sqlite3-journal *.DS_Store # Editors -*.swp +*.sw[poj] *~ # Vagrant @@ -93,6 +94,13 @@ tower-backup-* env/* nohup.out reports +*.bak +*.bak[0-9] +*.dot +*.log +*.log.[0-9] +*.results +local/ # AWX python libs populated by requirements.txt awx/lib/.deps_built |