From cfbdf0af1fccaa26f2102a86acf2b2ca88cdd7c0 Mon Sep 17 00:00:00 2001 From: Dave O Date: Sat, 22 Feb 2014 18:35:31 -0800 Subject: [PATCH] Update .gitignore When using buildout with mr. developer set to checkout the source from github, there are errors caused by the created sockjs_tornado.egg-info when attempting to rebuild the buildout. The repo has uncommitted changes. You can see the fix here: http://buildoutcoredev.readthedocs.org/en/latest/issues.html#dirty-packages This change will allow buildout to work as expected. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 46a3dd5..04f009e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ source/_static* source/_templates* make.bat venv +*.egg-info