X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5a1663d6348b55a9b8698481e1e29f72f872048b..98e12313596c58738fc7e3eeaccfde202b91ef2a:/.gitignore diff --git a/.gitignore b/.gitignore index db350e2e2..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_* +