Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source

tree generated by OS X.

Patch by Abhay Kadam!

llvm-svn: 200079
This commit is contained in:
Rafael Espindola 2014-01-25 15:15:16 +00:00
parent 14d02fe5c8
commit 2bb8cacead
1 changed files with 2 additions and 0 deletions

2
llvm/.gitignore vendored
View File

@ -18,6 +18,8 @@
# vim swap files
.*.swp
.sw?
#OS X specific files.
.DS_store
#==============================================================================#
# Explicit files to ignore (only matches one).