Ignore .eggs
Runing tox is causing a directory named .eggs to be created, so adding it to the git ignore list. Change-Id: I0a3b1981828365121cdffd53fae932ba0ea0db46
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,6 +12,7 @@ run_tests.err.log
|
||||
doc/source/api
|
||||
doc/build
|
||||
*.egg
|
||||
*.eggs
|
||||
heatclient/versioninfo
|
||||
*.egg-info
|
||||
*.log
|
||||
|
Reference in New Issue
Block a user