X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b457762bcb1a77156da94822fe4eb6d2273a24b9..2c8cbdedff9b723bd481e51d3aea771dd93fee7a:/.gitignore?ds=inline

diff --git a/.gitignore b/.gitignore
index 0be95eebc..99c089870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,18 @@
 localsettings.py
 dev.sqlite
-fabfile_local.py
 *.db
 *.db-journal
 *~
 *.orig
 *.log
 .sass-cache
+*.css.map
 
 # Compress output
 /var
 
 # SCSS output
-apps/wolnelektury/static/scss/*.css
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
@@ -20,6 +20,7 @@ apps/wolnelektury/static/scss/*.css
 coverage.xml
 pip-log.txt
 nosetests.xml
+/htmlcov
 
 # Mac OS X garbage
 .DS_Store
@@ -36,6 +37,10 @@ thumbs.db
 # PyCharm
 .idea
 
+# Emacs
+\#*\#
+.\#*
+
 # Tags file
 TAGS