X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/575e58df64c98b53edca9fb6a29b284dbc375609..fc0b706f8c7eb67531df0a2acd972412e47c7010:/.gitignore diff --git a/.gitignore b/.gitignore index 6714e2301..99c089870 100644 --- a/.gitignore +++ b/.gitignore @@ -6,15 +6,21 @@ dev.sqlite *.orig *.log .sass-cache +*.css.map # Compress output -/static +/var + +# SCSS output +src/wolnelektury/static/scss/*.css # Python garbage *.pyc .coverage +coverage.xml pip-log.txt nosetests.xml +/htmlcov # Mac OS X garbage .DS_Store @@ -28,8 +34,16 @@ thumbs.db .pydevproject .tmp_* +# PyCharm +.idea + +# Emacs +\#*\# +.\#* + # Tags file TAGS -media -search_index +doc/_build +reports +