Ignore weird mac DS_Store files.
authorarokem <arokem@gmail.com>
Mon, 25 Mar 2013 00:37:18 +0000 (17:37 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 05:29:51 +0000 (22:29 -0700)
.gitignore

index 230f28944c2a6f3e70d5e376c71a412e4d220819..629e344bc09bbefe54fa2b0e2b1ed119ddf3d29d 100644 (file)
@@ -6,3 +6,6 @@ _site
 
 # Python
 *.pyc
+
+# Mac:
+.DS_Store
\ No newline at end of file