X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ad39c2501159fa52e980c95af3e735e36b459c15..68b5b19ca4d8aedfcaa43e6721fb3a954b534f7a:/.gitignore

diff --git a/.gitignore b/.gitignore
index 4ddf5e924..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
-/static
+/var
 
 # SCSS output
-apps/wolnelektury_core/static/scss/*.css
+src/wolnelektury/static/scss/*.css
 
 # Python garbage
 *.pyc
@@ -20,6 +20,7 @@ apps/wolnelektury_core/static/scss/*.css
 coverage.xml
 pip-log.txt
 nosetests.xml
+/htmlcov
 
 # Mac OS X garbage
 .DS_Store
@@ -33,11 +34,16 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
+# Emacs
+\#*\#
+.\#*
+
 # Tags file
 TAGS
 
-media
-search_index
 doc/_build
 reports