added git ignore to ignore test result files and logs etc

This commit is contained in:
amitgandhinz 2014-07-08 10:00:32 -04:00
parent 50974e497f
commit bd30870f58
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -21,11 +21,13 @@ __pycache__
# Installer logs
pip-log.txt
*.log
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
tests/cover
# Translations
*.mo
@ -35,3 +37,4 @@ nosetests.xml
.project
.pydevproject
venv
docker_rsa*