From 548ccc892856e708928f1a3a3b9b94e50136981c Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Wed, 10 Feb 2016 13:00:11 +0900 Subject: [PATCH] Add some gitignore files This commit adds some .gitignore files. These come from the cookiecutter repo. We should ignore some coverage, eggs, .venv related files. Change-Id: I255584d8ae1c557e5529963e54268d5682cec647 --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6cbf5c..99da232 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ *.so # Packages -*.egg +*.egg* *.egg-info dist build @@ -22,11 +22,13 @@ lib64 pip-log.txt # Unit test / coverage reports -.coverage -cover +cover/ +.coverage* +!.coveragerc .tox nosetests.xml .testrepository +.venv # Translations *.mo @@ -51,3 +53,4 @@ ChangeLog # Editors *~ .*.swp +.*sw?