[PATCH] Added .DS_Store file to .gitignore

Abhay abhaykadam88 at gmail.com
Sun Jan 19 07:57:28 PST 2014


Hi #llvm,

Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source tree generated by OS X.

http://llvm-reviews.chandlerc.com/D2577

Files:
  .gitignore

Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -18,6 +18,8 @@
 # vim swap files
 .*.swp
 .sw?
+#OS X specific files.
+.DS_store
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2577.1.patch
Type: text/x-patch
Size: 332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140119/459fc6e6/attachment.bin>


More information about the llvm-commits mailing list