From: Rafael Espindola Date: Sat, 25 Jan 2014 15:15:16 +0000 (+0000) Subject: Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c0c6ed683aab59ba17cc0db097d7beafb414db96;p=oota-llvm.git Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source tree generated by OS X. Patch by Abhay Kadam! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200079 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/.gitignore b/.gitignore index 24628309dca..3de9128dcdb 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ # vim swap files .*.swp .sw? +#OS X specific files. +.DS_store #==============================================================================# # Explicit files to ignore (only matches one).