forked from brownplt/pyret-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (64 loc) · 1.14 KB
/
.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
67
68
69
70
71
72
73
*~
*.swp
*.swo
*.out
*.err
*.bak
.DS_Store
*.log
*.jarr
!build/phase0/pyret.jarr
playground/*
# benchmark
tools/benchmark/auto-report-programs/*.js
tools/benchmark/TODO
tools/benchmark/sandbox*
tools/benchmark/nodelint*
# docs
docs/written/compiled
docs/written/*.html
docs/written/*/compiled
docs/written/scribble*
docs/written/*.css
docs/compiled/
docs/generated/
docs/skeleton/
docs/test-harness/
docs/written/test-harness/
docs/written/index/
docs/*.arr.js
build/docs
build/phaseA
build/phaseB
build/phaseC
build/phase1
build/phase2
build/phase3
build/bootstrapA
build/bootstrapB
build/bootstrapC
build/pyretA.jarr
build/pyretB.jarr
build/release
build/phaseA/program-require.js
build/phaseA/program.js
build/bundled-node-deps.js
deps/closure-compiler
node_modules/
*#
.#*
pyret.plt
tests/pyret/*.arr.js
tests/pyret/*.jarr
tests/pyret/tests/*.arr.js
tests/type-check/*/*.arr.js
tests/pyret/regression/*.arr.js
tests/pyret/bootstrap-tests/*.arr.js
src/arr/compilerA/pyret-require.js
src/arr/compilerA/pyret.jarr
tests/pyret/standalone/importer-require.js
tests/pyret/standalone/importer.jarr
*.arr.js
compiled/
.pyret-parley.*.pid
.pyret-parley.*.lock