diff options
author | Shane McDonald <me@shanemcd.com> | 2019-06-21 18:58:31 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2019-10-04 18:54:31 +0200 |
commit | 7850e3a835a745eb5865e432b8fa612ec925ff9e (patch) | |
tree | 483c9ae548a117f20511d7dea6b17235af24a5de /.gitignore | |
parent | Merge pull request #4896 from mabashian/ui_next-notifs (diff) | |
download | awx-7850e3a835a745eb5865e432b8fa612ec925ff9e.tar.xz awx-7850e3a835a745eb5865e432b8fa612ec925ff9e.zip |
Ignore unison and emacs temporary files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 085bd24776..be22f947ae 100644 --- a/.gitignore +++ b/.gitignore @@ -133,9 +133,12 @@ awx/lib/site-packages venv/* use_dev_supervisor.txt -.idea/* # Ansible module tests awx_collection_test_venv/ awx_collection/*.tar.gz awx_collection/galaxy.yml + +.idea/* +*.unison.tmp +*.# |