Update the docs to show how badly are changes needed.
[wolnelektury.git] / .gitignore
index 603b5f9..35f07ab 100644 (file)
@@ -1,12 +1,23 @@
 localsettings.py
 dev.sqlite
-dev.db
+*.db
+*.db-journal
 *~
+*.orig
+*.log
+.sass-cache
+
+# Compress output
+/static
+
+# SCSS output
+apps/wolnelektury_core/static/scss/*.css
 
 # Python garbage
 *.pyc
 .coverage
 pip-log.txt
+nosetests.xml
 
 # Mac OS X garbage
 .DS_Store
@@ -20,3 +31,9 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# Tags file
+TAGS
+
+media
+search_index
+doc/_build