[PATCH] D11330: [LIT] Add a .gitignore to llvm/utils/lit

Jonathan Roelofs jonathan at codesourcery.com
Mon Jul 20 17:05:24 PDT 2015


jroelofs added a subscriber: jroelofs.
jroelofs added a comment.

If you don't want *.pyc files, why not set the `PYTHONDONTWRITEBYTECODE` env var, or `sys.dont_write_bytecode = false`, or use `python -B`?


Repository:
  rL LLVM

http://reviews.llvm.org/D11330







More information about the llvm-commits mailing list