Signed-off-by: Stephen Finucane <[email protected]> --- .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 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
