diff options
| author | George Karpenkov <ekarpenkov@apple.com> | 2017-07-24 21:51:12 +0000 |
|---|---|---|
| committer | George Karpenkov <ekarpenkov@apple.com> | 2017-07-24 21:51:12 +0000 |
| commit | c7d30e9c0a22bcaacff35830923b1fd2ea6465ff (patch) | |
| tree | 3b39d72df6ecd29b5fca1bf820814c24c1238c3f | |
| parent | 97d6a808958995009bbcb66082418293316e2d42 (diff) | |
| download | bcm5719-llvm-c7d30e9c0a22bcaacff35830923b1fd2ea6465ff.tar.gz bcm5719-llvm-c7d30e9c0a22bcaacff35830923b1fd2ea6465ff.zip | |
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
| -rw-r--r-- | compiler-rt/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/.gitignore b/compiler-rt/.gitignore index 2a7bdd6a891..f7d4697ebc5 100644 --- a/compiler-rt/.gitignore +++ b/compiler-rt/.gitignore @@ -3,3 +3,4 @@ darwin_fat clang_darwin multi_arch *.sw? +*.pyc |

