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:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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
|
|
||||||
|
Reference in New Issue
Block a user