X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c3017d22da6f0a990ee88417e6e79ed7450245c..9f342387ccdbf24bbf78a6f374738607de6de974:/.gitignore diff --git a/.gitignore b/.gitignore index d78f78f5e..c3e3e48b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,19 @@ localsettings.py dev.sqlite -dev.db +*.db +*.db-journal +*~ +*.orig +*.log + +# Compress output +/static # Python garbage *.pyc .coverage pip-log.txt +nosetests.xml # Mac OS X garbage .DS_Store @@ -19,3 +27,8 @@ thumbs.db .pydevproject .tmp_* +# Tags file +TAGS + +media +search_index