forked from gracelang/minigrace
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
100 lines (100 loc) · 1.34 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.DS_Store
*.s
*.o
*.bc
*.ll
*.gco
*.gso
*.gso.dSYM
*.gcn
*.gct
*.c
*.grace.bak
*.js
l1
l2
j1
j2
compiler-js
compiler-inspect
grace
js/mgc
minigrace
minigrace-js
misc
npm-build-dir
npm-sha
package.json
selftest
buildinfo.grace
objectdraw.grace
rtobjectdraw.grace
grace-inspect
animation.grace
js/.DS_Store
js/animation.js
js/ast.js
js/buildinfo.js
js/collections.js
js/collectionsPrelude.js
js/createJsGraphicsWrapper.js
js/date.js
js/date_test.js
js/dialect.js
js/errormessages.js
js/gUnit.js
js/gUnit_test.js
js/genjs.js
js/grace
js/gracedoc.js
js/grace-inspect
js/graphix.js
js/identifierKinds.js
js/identifierresolution.js
js/index.html
js/lexer.js
js/logo.js
js/math.js
js/math_test.js
js/random.js
js/minigrace.js
js/minigrace-inspect
js/minitest.js
js/minitest_test.js
js/notest.js
js/objectdraw.js
js/option.js
js/parser.js
js/random_test.js
js/requireTypes.js
js/rtobjectdraw.js
js/standardGrace.js
js/staticTypes.js
js/staticTypes_test.js
js/stobjectdraw.js
js/stringMap.js
js/turtle.js
js/unixFilePath.js
js/util.js
js/xmodule.js
js/tests/test*.log
js/tests/*.txt
js/tests/*.js
js-kg/
modules/tests/test*.log
.git-generation-cache
modules/tests/test.log
modules/*objectdraw*.grace
node_modules
Makefile.conf
.directory-environ
stdin_minigrace
objectdraw/
grace-web-editor/
utilities/
*.xcodeproj
*.xcodeproj/*
*.xcworkspace
*.xcworkspace/*
.gitignore~
.vscode/*