From: Stephen Finucane Date: Mon, 19 Sep 2016 22:11:54 +0000 (+0100) Subject: gitignore: Ignore vagrant and vim files X-Git-Tag: v2.0.0-rc1~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b94b6ec5c2e328137e3e6ba6b319f4f4624cdd6;p=thirdparty%2Fpatchwork.git gitignore: Ignore vagrant and vim files Signed-off-by: Stephen Finucane --- 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