diff options
author | Nidin Vinayakan <nidinthb@gmail.com> | 2018-10-12 01:10:29 +0200 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2018-10-11 16:10:29 -0700 |
commit | 230b9cd7f96eb3d7e35f07d4bb6f029264e6543c (patch) | |
tree | eab77ec0c100ffb46aa8f07ce4c17b301499f530 /.gitignore | |
parent | 91ecfd0ac94791612af40a7acee5640d185a84a9 (diff) | |
download | binaryen-230b9cd7f96eb3d7e35f07d4bb6f029264e6543c.tar.gz binaryen-230b9cd7f96eb3d7e35f07d4bb6f029264e6543c.tar.bz2 binaryen-230b9cd7f96eb3d7e35f07d4bb6f029264e6543c.zip |
Shared memory support for add memory import and set memory functions. (#1686)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c079c832c..4bb4e054b 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,7 @@ Win32/ # macOS .DS_Store + +# files related to VS Code +.history +.vscode |