Commit 8b4dd611f31ee91f5d802dd156fc01674c3a0269

Authored by Alexandre Barbosa
1 parent 8d3adc82

Ignore eggs directory in .gitignore

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -3,7 +3,7 @@
3 3 *.pot
4 4 *.pyc
5 5 *.pyo
6   -*.egg
  6 +*.egg*
7 7 local_settings.py
8 8 project_cfg.py
9 9  
... ...