Clean up .gitignore

Several files were removed from the doc sources and config, so there are a
few folders in .gitignore, which are not needed anymore. Also there was a
build directory referenced and the only build directory is under the doc
folder, so this was corrected also.

Change-Id: I60f25d282caa813b3bfc790988578b9882ba95ab
This commit is contained in:
Ildiko Vancsa 2014-06-11 08:49:53 +02:00 committed by Ildiko
parent 7ec5ceaba5
commit 99424154b4
1 changed files with 1 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,6 +1,5 @@
*.pyc *.pyc
*.egg-info *.egg-info
build
.coverage .coverage
.tox .tox
cover cover
@ -11,9 +10,7 @@ ChangeLog
dist dist
*.egg *.egg
ceilometer/versioninfo ceilometer/versioninfo
doc/source/api/ceilometer.*.rst doc/build
doc/source/api/tests.*.rst
doc/source/api/autoindex.rst
doc/source/sourcecode doc/source/sourcecode
*.mo *.mo
etc/ceilometer/ceilometer.conf.sample etc/ceilometer/ceilometer.conf.sample