Skip to content

Commit c7d30e9

Browse files
author
George Karpenkov
committed
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 llvm-svn: 308931
1 parent 97d6a80 commit c7d30e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ darwin_fat
33
clang_darwin
44
multi_arch
55
*.sw?
6+
*.pyc

0 commit comments

Comments
 (0)