Ignore .eggs

Runing tox is causing a directory named .eggs to be created, so adding
it to the git ignore list.

Change-Id: I0a3b1981828365121cdffd53fae932ba0ea0db46
changes/71/238671/1
Jay Dobies 8 years ago
parent b91c0b58aa
commit 6cb85feaf8

1
.gitignore vendored

@ -12,6 +12,7 @@ run_tests.err.log
doc/source/api
doc/build
*.egg
*.eggs
heatclient/versioninfo
*.egg-info
*.log

Loading…
Cancel
Save