diff options
author | Sam Clegg <sbc@chromium.org> | 2017-08-30 17:24:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 17:24:23 -0700 |
commit | b1e8b1b515b2a1d0264975abc4de39c8044f7195 (patch) | |
tree | 569843006d5f4ac38768915585798a659b32d48a /.gitignore | |
parent | 701c291ade59dd0824c167412746433a4f3d1366 (diff) | |
download | binaryen-b1e8b1b515b2a1d0264975abc4de39c8044f7195.tar.gz binaryen-b1e8b1b515b2a1d0264975abc4de39c8044f7195.tar.bz2 binaryen-b1e8b1b515b2a1d0264975abc4de39c8044f7195.zip |
Move test/local-revision into test/wasm-install (#1157)
This means you can do `rm -rf test/wasm-install` and have
it get redownloaded.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d7820fb3f..7e937aa4c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,6 @@ actual.out example.o split.wast trace.cpp -test/local-revision test/wasm-binaries-*.tbz2 test/wasm-torture-s-*.tbz2 test/wasm-install/ |