aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephenfinucane@hotmail.com>2016-09-19 23:11:54 +0100
committerStephen Finucane <stephenfinucane@hotmail.com>2016-09-20 00:42:14 +0100
commit2b94b6ec5c2e328137e3e6ba6b319f4f4624cdd6 (patch)
treeae833cd76022176e3c1d7cbc6635bea5475e23cc /.gitignore
parent69115bf54ef4faa6d01d04ed4dc0ac52a68e8962 (diff)
downloadpatchwork-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--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7b8389d..b61996c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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