diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-05-07 17:37:06 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-05-07 17:37:06 -0700 |
commit | 6521cbe4b58ba45eecbc97021c0b434d3cfa958a (patch) | |
tree | 2649c5145f08dec817cf358b681e395ff88e344f /.gitignore | |
parent | 59bf80e9844822698d66ec5cdb8fce963142b7ab (diff) | |
parent | 64532d175bdca6e0ac8699be61ca0133b42c727d (diff) | |
download | binaryen-6521cbe4b58ba45eecbc97021c0b434d3cfa958a.tar.gz binaryen-6521cbe4b58ba45eecbc97021c0b434d3cfa958a.tar.bz2 binaryen-6521cbe4b58ba45eecbc97021c0b434d3cfa958a.zip |
Merge pull request #454 from MI3Guy/master
Minor fixes for C API
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38319bc5e..51ddab3c8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ bin/wasm2asm bin/s2wasm bin/wasm-as bin/wasm-dis +lib/libbinaryen-c.so *.a *~ *.diff |