Fundraising in PDF.
[wolnelektury.git] / .gitignore
index 9071315..3d746f9 100644 (file)
@@ -1,18 +1,18 @@
 localsettings.py
 dev.sqlite
-fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
 *.log
 .sass-cache
+*.css.map
 
 # Compress output
-/static
+/var
 
 # SCSS output
-apps/wolnelektury_core/static/scss/*.css
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
@@ -20,6 +20,8 @@ apps/wolnelektury_core/static/scss/*.css
 coverage.xml
 pip-log.txt
 nosetests.xml
+/htmlcov
+.python-version
 
 # Mac OS X garbage
 .DS_Store
@@ -36,11 +38,13 @@ thumbs.db
 # PyCharm
 .idea
 
+# Emacs
+\#*\#
+.\#*
+
 # Tags file
 TAGS
 
-media
-search_index
 doc/_build
 reports