api: Add zulip.egg_info to gitignore.

Now that we have the development environment setup to build the API
bindings directly from api/ by default, this should be in .gitignore.
This commit is contained in:
sinwar 2016-11-10 01:17:48 +05:30 committed by Tim Abbott
parent 537a3b8ca8
commit 7c0970d171
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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