diff options
author | JF Bastien <jfb@chromium.org> | 2016-01-06 13:57:59 -0800 |
---|---|---|
committer | JF Bastien <jfb@chromium.org> | 2016-01-06 13:57:59 -0800 |
commit | 004bb9433e8e6143968530f9f0f60102aa5f7715 (patch) | |
tree | 8346c1cb8e9c205625da25a8b6348d8712965e8a /.gitignore | |
parent | 200a93c606b72b9694b69e2ec0bafe43153ddcf5 (diff) | |
download | binaryen-004bb9433e8e6143968530f9f0f60102aa5f7715.tar.gz binaryen-004bb9433e8e6143968530f9f0f60102aa5f7715.tar.bz2 binaryen-004bb9433e8e6143968530f9f0f60102aa5f7715.zip |
Commit the torture .s files
update.py used to just download them in a folder that .gitignore hid. They'll now be checked in instead, under test/, and lkgr will identify which version of LLVM built them.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f99ebcb99..0fcf35ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ cmake_install.cmake *.ninja .ninja_deps .ninja_log -buildbot/ +test/wasm-torture-s-*.tbz2 +test/s2wasm-torture-out |