Update NOTICE.
[wolnelektury.git] / .gitignore
index c3e3e48..badd891 100644 (file)
@@ -1,14 +1,19 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
 *.log
+.sass-cache
 
 # Compress output
 /static
 
+# SCSS output
+apps/wolnelektury_core/static/scss/*.css
+
 # Python garbage
 *.pyc
 .coverage
@@ -32,3 +37,5 @@ TAGS
 
 media
 search_index
+doc/_build
+reports