update gitignore
authorAlex Kamedov <alex@kamedov.ru>
Wed, 27 Apr 2011 14:58:20 +0000 (20:58 +0600)
committerAlex Kamedov <alex@kamedov.ru>
Wed, 27 Apr 2011 14:58:20 +0000 (20:58 +0600)
.gitignore

index 0d20b64..4030171 100644 (file)
@@ -1 +1,9 @@
+# Python garbage
 *.pyc
+*.egg-info
+
+# Mac OS X garbage
+.DS_Store
+
+# PyDev garbage
+.tmp*