X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/02cc64eab3d1bdc7503b3fd4386a8da8ea59f09d..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/.gitignore diff --git a/.gitignore b/.gitignore index 38a691b22..fd63a8e47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,25 @@ localsettings.py dev.sqlite +fabfile_local.py *.db +*.db-journal *~ *.orig +*.log +.sass-cache + +# Compress output +/var + +# SCSS output +apps/wolnelektury/static/scss/*.css # Python garbage *.pyc .coverage +coverage.xml pip-log.txt +nosetests.xml # Mac OS X garbage .DS_Store @@ -21,3 +33,9 @@ thumbs.db .pydevproject .tmp_* +# Tags file +TAGS + +doc/_build +reports +