]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
gitignore /.*
authorEric Harney <eharney@redhat.com>
Wed, 8 Oct 2014 21:07:07 +0000 (17:07 -0400)
committerEric Harney <eharney@redhat.com>
Thu, 9 Oct 2014 19:23:48 +0000 (15:23 -0400)
Ignore all dotfiles in the base dir of the tree except for
.gitignore, .coveragerc, .mailmap, and .testr.conf.

This should solve the "ignore my IDE's files" problem in a
general way.

Change-Id: Ia53fff4b97e4e99b6827030573973377beddb22b

.gitignore

index 1ab25d67f446df6826557d0a3e6664d30fb9a15c..9cc35533baff27736be334f096080357a3578e66 100644 (file)
@@ -3,13 +3,12 @@
 *.mo
 *.pyc
 *.sqlite
+/.*
+!.coveragerc
+!.gitignore
+!.mailmap
+!.testr.conf
 .*.sw?
-.cinder-venv
-.coverage
-.testrepository
-.tox
-.venv
-.idea
 AUTHORS
 Authors
 build/*
@@ -30,8 +29,4 @@ tools/pylint_exceptions
 tags
 # Files created by Sphinx build
 doc/build
-.autogenerated
 
-# Development environment files
-.project
-.pydevproject