gitignore: add .eggs

When running tox, it creates the .eggs folder and leaves the repo
reporting that it's in a non-clean state.

Change-Id: If09fda47af1be8bd34434d82e31a4b7fb7d86e83
This commit is contained in:
Mohammed Naser 2019-05-22 22:02:02 +08:00
parent b4a104745c
commit 3a9498dc1c
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
.tox
doc/build
.eggs
*.egg-info
pbr*.egg
reference/projects/*.rst
@ -9,4 +10,4 @@ ChangeLog
.stestr
.coverage.*
.coverage
cover/
cover/