Add .DS_Store to .gitignore

Instruct git to ignore these OS X files.
pull/24/head
Adam Green 2013-08-09 15:11:50 -07:00
parent 0e013cf5c8
commit 3be88a4a6e
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -45,3 +45,6 @@ uVision Project/
*.bak
debug.log
# Ignore OS X Desktop Services Store files
.DS_Store