X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..c4c73f2204ba7136b9573c33b2a0f9a01829b78a:/.gitignore?ds=inline

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