[Lldb-commits] [lldb] r254634 - Update .gitignore to include __pycache__ directories.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 3 11:20:12 PST 2015
Author: zturner
Date: Thu Dec 3 13:20:11 2015
New Revision: 254634
URL: http://llvm.org/viewvc/llvm-project?rev=254634&view=rev
Log:
Update .gitignore to include __pycache__ directories.
Modified:
lldb/trunk/.gitignore
Modified: lldb/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=254634&r1=254633&r2=254634&view=diff
==============================================================================
--- lldb/trunk/.gitignore (original)
+++ lldb/trunk/.gitignore Thu Dec 3 13:20:11 2015
@@ -34,6 +34,7 @@ llvm-build/
*xcuserdata
xcshareddata/
test/20*
+__pycache__/
# We should ignore Xcode-style embedding of llvm/ at lldb root dir.
# Do not add trailing '/'s, they skip symlinks.
More information about the lldb-commits
mailing list