]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
gitignore: Ignore vagrant and vim files
authorStephen Finucane <stephenfinucane@hotmail.com>
Mon, 19 Sep 2016 22:11:54 +0000 (23:11 +0100)
committerStephen Finucane <stephenfinucane@hotmail.com>
Mon, 19 Sep 2016 23:42:14 +0000 (00:42 +0100)
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
.gitignore

index 7b8389d15ef1085a29686409e7af59a75d1df294..b61996c7753f0899b58f0b06094d9e67a72f878f 100644 (file)
@@ -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