diff options
author | Derek Schuff <dschuff@chromium.org> | 2016-07-19 17:18:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-19 17:18:34 -0700 |
commit | 24a0f28153c65db7f489f3b6c4e3f5457f8eb1c0 (patch) | |
tree | ee03f17a27749895d1c4974f55a2834d93a182c0 /.gitignore | |
parent | 9f0c103be14144488c9bc64823d63e2c398eaa6e (diff) | |
download | binaryen-24a0f28153c65db7f489f3b6c4e3f5457f8eb1c0.tar.gz binaryen-24a0f28153c65db7f489f3b6c4e3f5457f8eb1c0.tar.bz2 binaryen-24a0f28153c65db7f489f3b6c4e3f5457f8eb1c0.zip |
Update .gitignore and README.md from wasm-shell/wasm-opt split (#647)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a6481f2d6..16900655c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -bin/binaryen-shell +bin/wasm-shell +bin/wasm-opt bin/asm2wasm bin/wasm2asm bin/s2wasm |