summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-09-05 11:31:58 -0400
committerBen Burwell <bburwell1@gmail.com>2014-09-05 11:31:58 -0400
commit87df28923e592e115d05d9967f403f54ae831e49 (patch)
tree2601af8aebb3615c4ecc91a15b01f115617bed00 /.gitignore
parentf4bad7c7d34f55d0c77f9b0357e679868fd4ed89 (diff)
Ignore .DS_Store files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c08f9ad..9263a1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-_site \ No newline at end of file
+_site
+.DS_Store