X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b457762bcb1a77156da94822fe4eb6d2273a24b9..540e76dd8e04d7bab431da696565e826788bd218:/.gitignore diff --git a/.gitignore b/.gitignore index 0be95eebc..cf605b2b4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,13 @@ fabfile_local.py *.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 +21,7 @@ apps/wolnelektury/static/scss/*.css coverage.xml pip-log.txt nosetests.xml +/htmlcov # Mac OS X garbage .DS_Store @@ -36,6 +38,10 @@ thumbs.db # PyCharm .idea +# Emacs +\#*\# +.\#* + # Tags file TAGS