[llvm] r200079 - Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source

Rafael Espindola rafael.espindola at gmail.com
Sat Jan 25 07:15:16 PST 2014


Author: rafael
Date: Sat Jan 25 09:15:16 2014
New Revision: 200079

URL: http://llvm.org/viewvc/llvm-project?rev=200079&view=rev
Log:
Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source
tree generated by OS X.

Patch by Abhay Kadam!

Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=200079&r1=200078&r2=200079&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Sat Jan 25 09:15:16 2014
@@ -18,6 +18,8 @@
 # vim swap files
 .*.swp
 .sw?
+#OS X specific files.
+.DS_store
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).





More information about the llvm-commits mailing list