diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,8 +1,14 @@ *.pyc *.swp *.swo +*~ +#*# local_settings.py archweb.db archweb.db-* +tags collected_static/ testing/ +env/ +repos/ +uploads/ |