Make sure that .eggs directory is in gitignore

This patch changes *.egg and *.egg-info to *.egg* to cover both cases
that were existing before and also cover .eggs

Change-Id: I896d408a0c8f13352838bb4068a194ab5c4515cc
This commit is contained in:
Sam Betts 2016-04-11 11:14:57 +01:00
parent 291515b14b
commit f9c2a283d6
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,8 +3,7 @@ src/*
build/*
AUTHORS
ChangeLog
*.egg-info
*.egg
*.egg*
.tox/*
devenv/*
cover