additional files to ignore in .gitignore

when using tox and other tools, we should ignore a few additional
files.

Change-Id: I6fdf25223258c5f44483118553c547bdde19f864
This commit is contained in:
Steve Martinelli 2016-05-12 12:24:14 -07:00
parent d4c8129cec
commit feed0a08c8
1 changed files with 27 additions and 4 deletions

31
.gitignore vendored
View File

@ -1,5 +1,28 @@
*.egg-info
bin
lib
include
*.pyc
*.sw?
*.egg/
vendor
.ksl-venv
.venv
.update-venv/
.tox
ldappool.egg-info/
*.log
.coverage
coverage.xml
cover/*
covhtml
pep8.txt
nosetests.xml
doc/build
.DS_Store
doc/source/api
doc/source/modules.rst
ChangeLog
AUTHORS
build/
dist/
.project
.pydevproject
.testrepository/
*.db