Commit 074c6ae057b85c745cc757e982245202631c794e

Authored by Sergio Oliveira
1 parent 72950cfe

Added .db and .egg-info to gitignore

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -8,7 +8,9 @@ project_cfg.py
8 8  
9 9 *.swp
10 10 *.sqlite3
  11 +*.db
11 12 .DS_Store
12 13 .vagrant
13 14  
14 15 ext/
  16 +*.egg-info/
... ...