Added more exclude patterns to .gitignore.
authorzuber <marek@stepniowski.com>
Mon, 5 Oct 2009 19:02:37 +0000 (21:02 +0200)
committerzuber <marek@stepniowski.com>
Mon, 5 Oct 2009 19:02:37 +0000 (21:02 +0200)
.gitignore

index 0d20b64..8f95c00 100644 (file)
@@ -1 +1,6 @@
+# Python garbage
 *.pyc
+*.egg-info
+
+# Mac OS X garbage
+.DS_Store
\ No newline at end of file