Add OSX specific file extensions to gitignore

Added a section to the proejct .gitignore file to add
OSX specific file extensions to. Added the primary
extension that causes issues i.e., .DS_Store which
gets added by the OSX Finder utility.

Change-Id: Ic78f8e367e2401868c7df1b49ef72f57f5cc3011
This commit is contained in:
Matt Rutkowski 2016-02-11 17:34:15 -06:00
parent 0a0abe5b42
commit 02e49a8609
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -50,4 +50,7 @@ ChangeLog
*~
.*.swp
.idea
*.iml
*.iml
# OSX
.DS_Store