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
15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
/.*
|
|
!.gitignore
|
|
.*.sw?
|
|
subunit.log
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
build
|
|
dist
|
|
cinderclient/versioninfo
|
|
python_cinderclient.egg-info
|