X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/aded78d030df8ad830eb0dcf9cab19273b9aecbc..f33c3f5d2b0714abeb7b4e3164e2b0fe07f3cfb3:/.gitignore diff --git a/.gitignore b/.gitignore index f42a9929e..38a691b22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,23 @@ -wolnelektury/localsettings.py -wolnelektury/media/lektura/* +localsettings.py +dev.sqlite +*.db +*~ +*.orig + +# Python garbage *.pyc +.coverage +pip-log.txt + +# Mac OS X garbage .DS_Store + +# Windows garbage +thumbs.db + +# Eclipse +.project +.settings +.pydevproject +.tmp_* +