Update NOTICE.
[wolnelektury.git] / .gitignore
index 6714e23..badd891 100644 (file)
@@ -1,5 +1,6 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
@@ -10,6 +11,9 @@ dev.sqlite
 # Compress output
 /static
 
+# SCSS output
+apps/wolnelektury_core/static/scss/*.css
+
 # Python garbage
 *.pyc
 .coverage
@@ -33,3 +37,5 @@ TAGS
 
 media
 search_index
+doc/_build
+reports