X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d7d7e49e08a5648e152bbc91e091af293478629b..1f74e9a6dc7dd2303f3271ccf4c7a3eb59e3e27e:/.gitignore diff --git a/.gitignore b/.gitignore index f11a79bab..1152ea7a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,19 @@ localsettings.py dev.sqlite +dev.db # Python garbage *.pyc .coverage +pip-log.txt # Mac OS X garbage .DS_Store # Windows garbage thumbs.db + +# Eclipse +.project +.settings +.pydevproject