[Lldb-commits] [lldb] r151969 - /lldb/trunk/.gitignore
Jason Molenda
jmolenda at apple.com
Fri Mar 2 22:43:59 PST 2012
Author: jmolenda
Date: Sat Mar 3 00:43:59 2012
New Revision: 151969
URL: http://llvm.org/viewvc/llvm-project?rev=151969&view=rev
Log:
Remove "llvm" from list of things to ignore. This results in the
files in source/Plugins/Disassembler/llvm not being handled properly
by git.
Modified:
lldb/trunk/.gitignore
Modified: lldb/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=151969&r1=151968&r2=151969&view=diff
==============================================================================
--- lldb/trunk/.gitignore (original)
+++ lldb/trunk/.gitignore Sat Mar 3 00:43:59 2012
@@ -1,6 +1,5 @@
*.pyc
build/
-llvm/
llvm-build/
*xcuserdata
test/20*
More information about the lldb-commits
mailing list