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:
George Karpenkov 2017-07-24 21:51:12 +00:00
parent 97d6a80895
commit c7d30e9c0a

View File

@ -3,3 +3,4 @@ darwin_fat
clang_darwin
multi_arch
*.sw?
*.pyc