From c7d30e9c0a22bcaacff35830923b1fd2ea6465ff Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Mon, 24 Jul 2017 21:51:12 +0000 Subject: [PATCH] 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 --- compiler-rt/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/.gitignore b/compiler-rt/.gitignore index 2a7bdd6a8910..f7d4697ebc5f 100644 --- a/compiler-rt/.gitignore +++ b/compiler-rt/.gitignore @@ -3,3 +3,4 @@ darwin_fat clang_darwin multi_arch *.sw? +*.pyc