Ignore .eggs directory
Recent pbr creates the ".eggs" directory, which should not be managed by git. Change-Id: I00fa4f871d0cada83104f55b31f0e0b1640db474
This commit is contained in:
parent
ed5d978907
commit
0689769ba8
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,6 +24,7 @@ var/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
.eggs/
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
Loading…
x
Reference in New Issue
Block a user