gitignore /.*

Ignore all dotfiles in the base dir of the tree except for
.gitignore.

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

Change-Id: I689220b303d24c65c5fe9523eadc8ad48a93737f
This commit is contained in:
Eric Harney
2014-10-08 16:57:31 -04:00
parent 892b739f4a
commit e76f06b83a

10
.gitignore vendored
View File

@@ -1,8 +1,6 @@
.coverage /.*
.venv !.gitignore
.*.sw? .*.sw?
.tox
.testrepository
subunit.log subunit.log
*,cover *,cover
cover cover
@@ -14,7 +12,3 @@ build
dist dist
cinderclient/versioninfo cinderclient/versioninfo
python_cinderclient.egg-info python_cinderclient.egg-info
# Development environment files
.project
.pydevproject