From c0c6ed683aab59ba17cc0db097d7beafb414db96 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sat, 25 Jan 2014 15:15:16 +0000 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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). -- 2.34.1