Author: zturner Date: Thu Aug 14 15:19:57 2014 New Revision: 215674 URL: http://llvm.org/viewvc/llvm-project?rev=215674&view=rev Log: Update .gitignore for MacOSX
Differential Revision: http://reviews.llvm.org/D4912 Modified: lldb/trunk/.gitignore Modified: lldb/trunk/.gitignore URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=215674&r1=215673&r2=215674&view=diff ============================================================================== --- lldb/trunk/.gitignore (original) +++ lldb/trunk/.gitignore Thu Aug 14 15:19:57 2014 @@ -28,3 +28,5 @@ test/20* # 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
