Add .eggs to the .gitignore file

If you run tox -epep8 an .eggs file will be generated and currently it's
being tracked by the python-lib git repo, which is annoying. This patch
is adding the .eggs to the .gitignore file to avoid it.

Change-Id: I960cd0de3f32b343dd029707881987ef176f4fd9
This commit is contained in:
Lucas Alvares Gomes 2017-03-09 11:30:11 +00:00
parent 2d658aaeb9
commit 259e9888eb
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ doc/source/api/
dist
build
eggs
.eggs
parts
var
sdist