X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/20d46221c322ee9165596246639c8b897a06d120..fe177037495a25bc50ec13b7817545cf869853f7:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index d78f78f5e..c3e3e48b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,19 @@
 localsettings.py
 dev.sqlite
-dev.db
+*.db
+*.db-journal
+*~
+*.orig
+*.log
+
+# Compress output
+/static
 
 # Python garbage
 *.pyc
 .coverage
 pip-log.txt
+nosetests.xml
 
 # Mac OS X garbage
 .DS_Store
@@ -19,3 +27,8 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# Tags file
+TAGS
+
+media
+search_index