diff options
author | June McEnroe <june@causal.agency> | 2014-05-28 13:49:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-05-28 13:49:48 -0400 |
commit | 9ef5133700545f5041dc940f5fc4645e889ea838 (patch) | |
tree | 533d7e84e4182434ea1c041c49267c16ad15a3c7 | |
parent | Add OS X specific shell configurations (diff) | |
download | src-9ef5133700545f5041dc940f5fc4645e889ea838.tar.gz src-9ef5133700545f5041dc940f5fc4645e889ea838.zip |
Add .DS_store to global gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore.global | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore.global b/.gitignore.global index 48984f5f..4201854b 100644 --- a/.gitignore.global +++ b/.gitignore.global @@ -2,3 +2,4 @@ *.swp *.swo .pult +.DS_store |