From: Alex Kamedov Date: Wed, 27 Apr 2011 14:58:20 +0000 (+0600) Subject: update gitignore X-Git-Tag: 22.4~32^2~18^2~2 X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/commitdiff_plain/4d4d94153a9cc19185b843502bfa76d990f1c426?ds=sidebyside update gitignore --- diff --git a/.gitignore b/.gitignore index 0d20b64..4030171 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ +# Python garbage *.pyc +*.egg-info + +# Mac OS X garbage +.DS_Store + +# PyDev garbage +.tmp*