Closed by commit rL215674 (authored by @zturner). REPOSITORY rL LLVM
http://reviews.llvm.org/D4912 Files: lldb/trunk/.gitignore Index: lldb/trunk/.gitignore =================================================================== --- lldb/trunk/.gitignore +++ lldb/trunk/.gitignore @@ -28,3 +28,5 @@ # We should ignore Xcode-style embedding of llvm/ at lldb root dir. /llvm/ +/DerivedData/ +/lldb.xcworkspace/xcshareddata/
Index: lldb/trunk/.gitignore =================================================================== --- lldb/trunk/.gitignore +++ lldb/trunk/.gitignore @@ -28,3 +28,5 @@ # We should ignore Xcode-style embedding of llvm/ at lldb root dir. /llvm/ +/DerivedData/ +/lldb.xcworkspace/xcshareddata/
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
