Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 3fba402

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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@308931 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f728f46 commit 3fba402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
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)