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
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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to