diff options
author | Sam Clegg <sbc@chromium.org> | 2022-09-16 06:09:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 08:09:49 -0500 |
commit | fe898e3216bbd13c36c3bc02186ab9f4a629c8d3 (patch) | |
tree | f1919702c7e4267b599a8d0366373dba1552d08f /.gitignore | |
parent | 2a06bb4a7315162328d091a6eb2bb04fb53018c5 (diff) | |
download | binaryen-fe898e3216bbd13c36c3bc02186ab9f4a629c8d3.tar.gz binaryen-fe898e3216bbd13c36c3bc02186ab9f4a629c8d3.tar.bz2 binaryen-fe898e3216bbd13c36c3bc02186ab9f4a629c8d3.zip |
Add emcc-build to .gitignore. NFC (#5048)
This directory gets generated by emcc-tests.sh
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f4ec42c7..45a0fcad8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ CMakeFiles /bin/ /lib/ /config.h +/emcc-build compile_commands.json test/lit/lit.site.cfg.py |