Add .pyc files to .gitignore to compiler-rt
authorGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 24 Jul 2017 21:51:12 +0000 (21:51 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 24 Jul 2017 21:51:12 +0000 (21:51 +0000)
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

compiler-rt/.gitignore

index 2a7bdd6..f7d4697 100644 (file)
@@ -3,3 +3,4 @@ darwin_fat
 clang_darwin
 multi_arch
 *.sw?
+*.pyc