Ignore .eggs directory
... which is created by recent pbr. Change-Id: I4994ffb3bf801bf9c10a95bee747b13d7b96c799
This commit is contained in:
parent
ef898ba118
commit
56cbfdb1ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*.py[co]
|
*.py[co]
|
||||||
*.egg
|
*.egg
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
.eggs/*
|
||||||
build
|
build
|
||||||
!.coveragerc
|
!.coveragerc
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
Loading…
Reference in New Issue
Block a user