diff options
author | Sam Clegg <sbc@chromium.org> | 2019-08-21 08:54:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 08:54:57 -0700 |
commit | c57f93c8919ab33574e5ce78f0044980ca33de76 (patch) | |
tree | d9a536f7e55b0f4018a257cb61e0e97a113abdac /.gitignore | |
parent | 2895ca0816507a9ca1ea19b5d990a1bb8299c9c4 (diff) | |
download | binaryen-c57f93c8919ab33574e5ce78f0044980ca33de76.tar.gz binaryen-c57f93c8919ab33574e5ce78f0044980ca33de76.tar.bz2 binaryen-c57f93c8919ab33574e5ce78f0044980ca33de76.zip |
Remove test output from source tree (#2114)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore index 5dbfd358a..6397ab108 100644 --- a/.gitignore +++ b/.gitignore @@ -8,21 +8,6 @@ # File generated by build-js.sh /out/ -# autogenerated files by check.py -a.* -b.* -c.* -ab.wast -actual.out -example.o -split.wast -trace.cpp -test/wasm-binaries-*.tbz2 -test/wasm-torture-s-*.tbz2 -test/wasm-install/ -test/validator/*.wasm -*.map - # files related to building in-tree CMakeFiles *.cmake |