[Lldb-commits] [lldb] r150005 - /lldb/trunk/.gitignore

Sean Callanan scallanan at apple.com
Tue Feb 7 13:53:52 PST 2012


Author: spyffe
Date: Tue Feb  7 15:53:52 2012
New Revision: 150005

URL: http://llvm.org/viewvc/llvm-project?rev=150005&view=rev
Log:
Added a .gitignore so that "git status" isn't
quite as busy.

Added:
    lldb/trunk/.gitignore

Added: lldb/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=150005&view=auto
==============================================================================
--- lldb/trunk/.gitignore (added)
+++ lldb/trunk/.gitignore Tue Feb  7 15:53:52 2012
@@ -0,0 +1,7 @@
+*.pyc
+build/
+llvm/
+llvm-build/
+*xcuserdata
+test/20*
+source/LLDBWrapPython.cpp





More information about the lldb-commits mailing list