diff options
author | June McEnroe <programble@gmail.com> | 2014-05-28 13:49:48 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-05-28 13:49:48 -0400 |
commit | d4822734eb1390e812d8589ebecb16cf54398d74 (patch) | |
tree | 7a854c3b8886e826d0551908483cf8b9ffde37ec | |
parent | Add OS X specific shell configurations (diff) | |
download | src-d4822734eb1390e812d8589ebecb16cf54398d74.tar.gz src-d4822734eb1390e812d8589ebecb16cf54398d74.zip |
Add .DS_store to global gitignore
-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 |