diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 205510637..011272dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,12 @@ lib/libbinaryen.dylib *~ *.diff +# files generated by build-js.sh +WebIDLGrammar.pkl +glue.cpp +glue.js +parser.out + # autogenerated files by check.py a.* b.* @@ -40,3 +46,6 @@ cmake_install.cmake bin/ lib/ Win32/ + +# macOS +.DS_Store |