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
This commit is contained in:
parent
97d6a80895
commit
c7d30e9c0a
1
compiler-rt/.gitignore
vendored
1
compiler-rt/.gitignore
vendored
@ -3,3 +3,4 @@ darwin_fat
|
|||||||
clang_darwin
|
clang_darwin
|
||||||
multi_arch
|
multi_arch
|
||||||
*.sw?
|
*.sw?
|
||||||
|
*.pyc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user