Update the docs to show how badly are changes needed.
[wolnelektury.git] / .gitignore
index 1152ea7..35f07ab 100644 (file)
@@ -1,11 +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
@@ -17,3 +29,11 @@ thumbs.db
 .project
 .settings
 .pydevproject
+.tmp_*
+
+# Tags file
+TAGS
+
+media
+search_index
+doc/_build