X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e24c4443b10a04ab0dfc485972c2c355f4b8b5db..3c2212f96c81ec3440c8ad8c9290786cf30327e4:/.gitignore diff --git a/.gitignore b/.gitignore index 90713155f..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 @@ -36,11 +37,13 @@ thumbs.db # PyCharm .idea +# Emacs +\#*\# +.\#* + # Tags file TAGS -media -search_index doc/_build reports