.gitignore: Ignore '.eggs' directories

Change-Id: Id42b1b4d944b8aef8a72298677970c4a0f65e10c
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2017-09-21 11:40:35 +01:00
parent a7f66f75b7
commit 6d8f88c18f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
*.py[cod]
*.egg
*.egg-info
.eggs/
dist
build
eggs