gitignore /.*
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
This commit is contained in:
parent
393c2c5894
commit
a4461abe86
15
.gitignore
vendored
15
.gitignore
vendored
@ -3,13 +3,12 @@
|
|||||||
*.mo
|
*.mo
|
||||||
*.pyc
|
*.pyc
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
/.*
|
||||||
|
!.coveragerc
|
||||||
|
!.gitignore
|
||||||
|
!.mailmap
|
||||||
|
!.testr.conf
|
||||||
.*.sw?
|
.*.sw?
|
||||||
.cinder-venv
|
|
||||||
.coverage
|
|
||||||
.testrepository
|
|
||||||
.tox
|
|
||||||
.venv
|
|
||||||
.idea
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
Authors
|
Authors
|
||||||
build/*
|
build/*
|
||||||
@ -30,8 +29,4 @@ tools/pylint_exceptions
|
|||||||
tags
|
tags
|
||||||
# Files created by Sphinx build
|
# Files created by Sphinx build
|
||||||
doc/build
|
doc/build
|
||||||
.autogenerated
|
|
||||||
|
|
||||||
# Development environment files
|
|
||||||
.project
|
|
||||||
.pydevproject
|
|
||||||
|
Loading…
Reference in New Issue
Block a user