-
-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (44 loc) · 640 Bytes
/
.gitignore
File metadata and controls
47 lines (44 loc) · 640 Bytes
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
main
*.mashtree
/compiler/*.install
/*.install
/*.out
output/*.o
output/*.run
output/*.s
output/*.dSYM
script/node_modules
.installed-pkgs
*.sw*
*~
*.o
*.log
_build/
.installed-pkgs
notes.org
node_modules/
*.gro
*.wasm
*.wasm.map
*.wat
*.modsig
.tern-port
setup.data
setup.ml
myocamlbuild.ml
.merlin
/*.gr
_esy/
pkg/
# Autogenerated .messages file from Menhir
*.messages.generated
# The grainc.exe binary is copied to the CLI directory during build
cli/bin/grainc.exe
cli/bin/grainc.bc.js
cli/bin/graindoc.exe
cli/bin/graindoc.bc.js
cli/bin/grainformat.exe
cli/bin/grainformat.bc.js
cli/bin/grainlsp.exe
cli/bin/grainlsp.bc.js
.DS_Store