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.


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to