From: Kevin Benton Date: Sat, 11 Oct 2014 08:39:29 +0000 (-0700) Subject: Ignore top-level hidden dirs/files by default X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c10010d93acd58ce6f6162dc1927cf72ae48838a;p=openstack-build%2Fneutron-build.git Ignore top-level hidden dirs/files by default Rather than waiting for each contributor to attempt to submit a change to .gitignore trying to add the $editor_of_the_week hidden directory just to be rejected, let's just ignore hidden files/dirs by default in the top-level neutron directory. Change-Id: I145bec958a3db7423a4e820a310b138ed189d2cc --- diff --git a/.gitignore b/.gitignore index 19526c2b1..3a6eaa612 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ build/* build-stamp ChangeLog cover/ -.coverage covhtml/ dist/ doc/build @@ -20,9 +19,13 @@ run_tests.err.log run_tests.log setuptools*.egg/ subunit.log -.testrepository -.tox/ -.venv/ *.mo *.sw? *~ +/.* +!/.coveragerc +!/.gitignore +!/.gitreview +!/.mailmap +!/.pylintrc +!/.testr.conf