From 99424154b46f8052f642d6d849524501fabdbdf5 Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Wed, 11 Jun 2014 08:49:53 +0200 Subject: 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 --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8a91c161..f4ad1436 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.pyc *.egg-info -build .coverage .tox cover @@ -11,9 +10,7 @@ ChangeLog dist *.egg ceilometer/versioninfo -doc/source/api/ceilometer.*.rst -doc/source/api/tests.*.rst -doc/source/api/autoindex.rst +doc/build doc/source/sourcecode *.mo etc/ceilometer/ceilometer.conf.sample -- cgit v1.2.1