forked from WebAssembly/binaryen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (59 loc) · 835 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
*.pyc
*~
*.diff
# autogenerated during the build
src/passes/WasmIntrinsics.cpp
# files generated by build-js.sh
WebIDLGrammar.pkl
glue.cpp
glue.js
parser.out
shared.bc
# autogenerated files by check.py
a.*
b.*
c.*
ab.wast
actual.out
example.o
split.wast
trace.cpp
test/wasm-binaries-*.tbz2
test/wasm-torture-s-*.tbz2
test/wasm-install/
test/validator/*.wasm
*.map
# files related to building in-tree
CMakeFiles/
CMakeCache.txt
Makefile
cmake_install.cmake
*.ninja
.ninja_deps
.ninja_log
bin/wasm-shell
bin/wasm-opt
bin/asm2wasm
bin/wasm2asm
bin/wasm-as
bin/wasm-dis
bin/wasm-ctor-eval
bin/wasm-emscripten-finalize
bin/wasm-merge
bin/wasm-metadce
bin/wasm-reduce
bin/wasm2js
lib/
# files related to windows build
.vs/
*.vcxproj*
*.dir/
*.sln
*.sdf
*.VC.opendb
Win32/
# macOS
.DS_Store
# files related to VS Code
.history
.vscode