From 2b94b6ec5c2e328137e3e6ba6b319f4f4624cdd6 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 19 Sep 2016 23:11:54 +0100 Subject: [PATCH] gitignore: Ignore vagrant and vim files Signed-off-by: Stephen Finucane --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7b8389d1..b61996c7 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.47.3