Tell Git to ignore .DS_Store files

These are created by MacOS Finder and should not be versioned.

Suggested-by: Sean McBride <sean@rogue-research.com>
This commit is contained in:
Brad King 2016-07-08 13:33:34 -04:00
parent 4786ec515f
commit b4811f3e57
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Exclude MacOS Finder files.
.DS_Store