X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/c4e951ccbda6275dd5134a431af7e0ee8f129feb..aa0c73491025de5f772168a43e3daf22e8f6404a:/.gitignore diff --git a/.gitignore b/.gitignore index 0d20b64..3e5e30e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,11 @@ +# Python garbage *.pyc +*.egg-info + +# Mac OS X garbage +.DS_Store + +# PyDev garbage +.tmp* +/.project +/.pydevproject