From 8b4dd611f31ee91f5d802dd156fc01674c3a0269 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Mon, 23 Mar 2015 18:38:34 -0300 Subject: [PATCH] Ignore eggs directory in .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9c4bbf..823080e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.pot *.pyc *.pyo -*.egg +*.egg* local_settings.py project_cfg.py -- libgit2 0.21.2