diff options
author | Stephen Finucane <stephenfinucane@hotmail.com> | 2016-09-19 23:11:54 +0100 |
---|---|---|
committer | Stephen Finucane <stephenfinucane@hotmail.com> | 2016-09-20 00:42:14 +0100 |
commit | 2b94b6ec5c2e328137e3e6ba6b319f4f4624cdd6 (patch) | |
tree | ae833cd76022176e3c1d7cbc6635bea5475e23cc /.gitignore | |
parent | 69115bf54ef4faa6d01d04ed4dc0ac52a68e8962 (diff) | |
download | patchwork-2b94b6ec5c2e328137e3e6ba6b319f4f4624cdd6.tar patchwork-2b94b6ec5c2e328137e3e6ba6b319f4f4624cdd6.tar.gz |
gitignore: Ignore vagrant and vim files
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -21,9 +21,12 @@ TAGS # cscope files cscope.* +# misc files + *.orig *.rej +*.swp *~ \#*\# @@ -33,9 +36,12 @@ htmlcov/ .coverage .coverage.* -# Django stuff: +# Django stuff *.log +# Vagrant stuff +/.vagrant + # Selenium test artifacts /selenium.log /selenium_screenshots |