]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Ignore top-level hidden dirs/files by default
authorKevin Benton <blak111@gmail.com>
Sat, 11 Oct 2014 08:39:29 +0000 (01:39 -0700)
committerKevin Benton <blak111@gmail.com>
Sat, 11 Oct 2014 08:42:06 +0000 (01:42 -0700)
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

.gitignore

index 19526c2b12247830035c32bc927d682dcf55521b..3a6eaa6122de8ac84cfe4a916ab49ef5b994defc 100644 (file)
@@ -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