[PATCH] gitignore: Ignore vagrant and vim files
Stephen Finucane
stephenfinucane at hotmail.com
Tue Sep 20 08:37:09 AEST 2016
Signed-off-by: Stephen Finucane <stephenfinucane at hotmail.com>
---
.gitignore | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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
--
2.7.4
More information about the Patchwork
mailing list