diff options
author | Sam Clegg <sbc@chromium.org> | 2019-05-16 11:01:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 11:01:05 -0700 |
commit | 64e6807dc2c5fbb642518f8262d8ffc91b674fa3 (patch) | |
tree | 515c2d6ae0746ac05ceba96adbeea42de7399a29 /.gitattributes | |
parent | f86375ac2121db5fec236f4e35f73adde9318a8c (diff) | |
download | binaryen-64e6807dc2c5fbb642518f8262d8ffc91b674fa3.tar.gz binaryen-64e6807dc2c5fbb642518f8262d8ffc91b674fa3.tar.bz2 binaryen-64e6807dc2c5fbb642518f8262d8ffc91b674fa3.zip |
First stage of cleeanup in source tree pollution (#2105)
Update build-js.sh to output to `out` directory. This is district
from the `bin` directory which is used by the cmake build and may or
may not live in the source tree. The `out` directory currently always
lives in the source tree.
As a followup change I hope to additionally move all test outout into
this tree.
See #2104
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index ea18558c2..000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -*.a binary -bin/binaryen.js -diff |