diff mbox

gitignore: Ignore vagrant and vim files

Message ID BLU437-SMTP25921F6DA61205F3716C5A3F40@phx.gbl
State Accepted
Headers show

Commit Message

Stephen Finucane Sept. 19, 2016, 10:37 p.m. UTC
Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
---
 .gitignore | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

Stephen Finucane Sept. 19, 2016, 11:34 p.m. UTC | #1
On 19 Sep 23:37, Stephen Finucane wrote:
> Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>

Trivial fix. Merged.
diff mbox

Patch

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