[compiler-rt] r308931 - Add .pyc files to .gitignore to compiler-rt
George Karpenkov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 14:51:12 PDT 2017
Author: george.karpenkov
Date: Mon Jul 24 14:51:12 2017
New Revision: 308931
URL: http://llvm.org/viewvc/llvm-project?rev=308931&view=rev
Log:
Add .pyc files to .gitignore to compiler-rt
During testing .pyc temporary files appear, which may be annoying.
Did not change SVN ignore, as it was heavily out of sync with GIT one.
Differential Revision: D35815
Modified:
compiler-rt/trunk/.gitignore
Modified: compiler-rt/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/.gitignore?rev=308931&r1=308930&r2=308931&view=diff
==============================================================================
--- compiler-rt/trunk/.gitignore (original)
+++ compiler-rt/trunk/.gitignore Mon Jul 24 14:51:12 2017
@@ -3,3 +3,4 @@ darwin_fat
clang_darwin
multi_arch
*.sw?
+*.pyc
More information about the llvm-commits
mailing list