Update .gitignore

Remove files we don't generate in the sources.

Closes-Bug: #1255876
Change-Id: I27f09156876f9a86071b29835688c9860e7d5107
This commit is contained in:
Julien Danjou 2013-11-28 19:39:06 +01:00
parent 2950b30089
commit 77e7a75138
1 changed files with 6 additions and 15 deletions

21
.gitignore vendored
View File

@ -1,21 +1,12 @@
*.pyc
*.egg-info
build
.coverage .coverage
.venv .tox
cover
.testrepository .testrepository
subunit.log subunit.log
*,cover
cover
*.pyc
.idea
*.swp
*~
AUTHORS AUTHORS
build
dist
ChangeLog ChangeLog
run_tests.err.log dist
.tox
doc/source/api
*.egg *.egg
ceilometerclient/versioninfo
python_ceilometerclient.egg-info
*.log