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:
parent
0a0abe5b42
commit
02e49a8609
5
.gitignore
vendored
5
.gitignore
vendored
@ -50,4 +50,7 @@ ChangeLog
|
|||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
# OSX
|
||||||
|
.DS_Store
|
Loading…
Reference in New Issue
Block a user