[Lldb-commits] [lldb] r252995 - Update .gitignore to exclude pyproj folder (used for Python IDE)

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 12 17:24:58 PST 2015


Author: zturner
Date: Thu Nov 12 19:24:58 2015
New Revision: 252995

URL: http://llvm.org/viewvc/llvm-project?rev=252995&view=rev
Log:
Update .gitignore to exclude pyproj folder (used for Python IDE)

Modified:
    lldb/trunk/.gitignore

Modified: lldb/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=252995&r1=252994&r2=252995&view=diff
==============================================================================
--- lldb/trunk/.gitignore (original)
+++ lldb/trunk/.gitignore Thu Nov 12 19:24:58 2015
@@ -29,6 +29,7 @@ DerivedData/
 .remote-build.conf
 
 build/
+pyproj/
 llvm-build/
 *xcuserdata
 xcshareddata/




More information about the lldb-commits mailing list