[Lldb-commits] [PATCH] Update .gitignore for MacOSX

Zachary Turner zturner at google.com
Thu Aug 14 10:57:48 PDT 2014


http://reviews.llvm.org/D4912

Files:
  .gitignore
  test/.gitignore
  test/functionalities/data-formatter/rdar-12437442/.gitignore

Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -28,3 +28,5 @@
 
 # We should ignore Xcode-style embedding of llvm/ at lldb root dir.
 /llvm/
+/DerivedData/
+/lldb.xcworkspace/xcshareddata/
Index: test/.gitignore
===================================================================
--- /dev/null
+++ test/.gitignore
@@ -0,0 +1,7 @@
+# Generated test files
+*.d
+*.o
+*.dSYM/
+
+# In case the tests crash
+crashinfo.so*
Index: test/functionalities/data-formatter/rdar-12437442/.gitignore
===================================================================
--- /dev/null
+++ test/functionalities/data-formatter/rdar-12437442/.gitignore
@@ -0,0 +1 @@
+types.log
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4912.12521.patch
Type: text/x-patch
Size: 729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140814/92268601/attachment.bin>


More information about the lldb-commits mailing list