diff options
| author | Brian Waldon <bcwaldon@gmail.com> | 2012-07-05 09:33:03 -0700 |
|---|---|---|
| committer | Brian Waldon <bcwaldon@gmail.com> | 2012-07-05 09:33:03 -0700 |
| commit | 483ec33feced931d3f7ad196ba094026f5ac580f (patch) | |
| tree | bed9931a824e0d6273d5659f07360a679d4c49db | |
| parent | 9c37ef6dc31125e1aed7f75dc1d05be3f24d6880 (diff) | |
Add *.egg* to .gitignore
Change-Id: Id2adc763a1a84acf0323bc711616d62d5e310d75
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d61dac1f1..31d27d25a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ instances keys build/* build-stamp -nova.egg-info .nova-venv .venv .tox @@ -26,3 +25,4 @@ nova/vcsversion.py dist/* .coverage covhtml +*.egg* |
