summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin Benton <blak111@gmail.com>2014-10-11 01:39:29 -0700
committerKevin Benton <blak111@gmail.com>2014-10-11 01:42:06 -0700
commitc10010d93acd58ce6f6162dc1927cf72ae48838a (patch)
tree5e4175642e5d81932597d3ee9de7d84d651fd10f /.gitignore
parent53b0e04ba195da36f4a45ae8fa5bb05ada04aa6d (diff)
downloadneutron-c10010d93acd58ce6f6162dc1927cf72ae48838a.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 19526c2b12..3a6eaa6122 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