forked from cjohnson19/teyjus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (45 loc) · 909 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
*.omc
*.o
*.cmi
*.cmx
*.a
source/compiler/instr.ml
source/compiler/instr.mli
source/compiler/lplex.ml
source/compiler/lpyacc.ml
source/compiler/lpyacc.mli
source/compiler/pervasive.ml
source/compiler/pervasive.mli
source/simulator/simdispatch.c
source/tables/instructions.c
source/tables/instructions.h
source/tables/pervasives.c
source/tables/pervasives.h
source/tables_gen/instrformats/instr_gen
source/tables_gen/instrformats/lex.yy.c
source/tables_gen/instrformats/y.tab.c
source/tables_gen/instrformats/y.tab.h
source/tables_gen/pervasives/lex.yy.c
source/tables_gen/pervasives/perv_gen
source/tables_gen/pervasives/y.tab.c
source/tables_gen/pervasives/y.tab.h
source/tjcc
source/tjcc.opt
source/tjdepend
source/tjdepend.opt
source/tjdis
source/tjdis.opt
source/tjlink
source/tjlink.opt
source/tjparse
source/tjparse.opt
source/tjsim
source/tjsim.opt
tjcc
tjdepend
tjdis
tjlink
tjparse
tjsim
_build/
*~