Update .gitignore because of to ignore .eggs dir

This commit updates .gitignore for ignoring .eggs dir.

Change-Id: Iadd6a8f24ae48002fff25e707154ef813ecf213f
This commit is contained in:
Masayuki Igawa 2016-01-29 16:00:49 +09:00
parent 5e02b7844b
commit 5bdb380405
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
*.so
# Packages
*.egg
*.egg*
*.egg-info
dist
build