Remove zulip.egg-info from .gitignore.

We've been seeing failures in Travis CI like this:
https://travis-ci.org/zulip/zulip/jobs/175921132, which seem to be
caused by an issue with .gitignore handing.  This seems to fix the
problem, though I don't yet understand why.

This reverts 7c0970d171.
This commit is contained in:
Tim Abbott 2016-11-14 21:03:38 -08:00
parent 67120d7a9d
commit d655cd1f7f
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -24,5 +24,4 @@ static/locale/language_options.json
npm-debug.log
*.mo
var/*
api/zulip.egg-info/*
.vscode/