service == service if host, port and path are euqal. Do not mind url params
[django-cas-provider.git] / .gitignore
index 0d20b64..4030171 100644 (file)
@@ -1 +1,9 @@
+# Python garbage
 *.pyc
+*.egg-info
+
+# Mac OS X garbage
+.DS_Store
+
+# PyDev garbage
+.tmp*