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
@@ -8,7 +8,9 @@ project_cfg.py @@ -8,7 +8,9 @@ project_cfg.py
8 8
9 *.swp 9 *.swp
10 *.sqlite3 10 *.sqlite3
  11 +*.db
11 .DS_Store 12 .DS_Store
12 .vagrant 13 .vagrant
13 14
14 ext/ 15 ext/
  16 +*.egg-info/