From d655cd1f7fb2c6c46e14c6a1d81de5d0cbd80e25 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 14 Nov 2016 21:03:38 -0800 Subject: [PATCH] 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 7c0970d1717360756ad008ac1bc2a91b9ec7c1e9. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a627cadd2..4d9c11accc 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,4 @@ static/locale/language_options.json npm-debug.log *.mo var/* -api/zulip.egg-info/* .vscode/