projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d6a80
)
Add .pyc files to .gitignore to compiler-rt
author
George Karpenkov
<ekarpenkov@apple.com>
Mon, 24 Jul 2017 21:51:12 +0000
(21:51 +0000)
committer
George 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
patch
|
blob
|
history
diff --git
a/compiler-rt/.gitignore
b/compiler-rt/.gitignore
index
2a7bdd6
..
f7d4697
100644
(file)
--- a/
compiler-rt/.gitignore
+++ b/
compiler-rt/.gitignore
@@
-3,3
+3,4
@@
darwin_fat
clang_darwin
multi_arch
*.sw?
+*.pyc