forked from CakeML/cakeml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
83 lines (70 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
# HOL stuff
*Script
*Theory.sig
*Theory.sml
*Theory.dat
*.uo
*.ui
*.o
.HOLMK
.hollogs
# TacticToe
*Script_ttt.sml
# Generated assembly
*.S
# Generated tarball
cake-x64-64.tar.gz
config_enc_str.txt
# Developer generated executables
developers/readme_gen
semantics/addancs
tutorial/solutions/make_ex
examples/vipr/compilation/cake_vipr
# regression test logs
regression.log
timing.log
# HOLHEAP
*heap
# Translator stuff
*_ml.txt
*_hol.txt
*_thm.txt
*_ast.txt
*.ml.txt
*translate_timing.txt
# Emacs backup files
*~
# Vim swap files
*.swp
# Reference manual
documentation/*.pdf
documentation/*.aux
documentation/*.fdb_latexmk
documentation/*.fls
documentation/*.log
documentation/*.out
documentation/*.pyg
documentation/*.toc
documentation/_minted-reference
documentation/lem-generated
# Compiler Explorer
*.exe
*.cgi
# Benchmarks
compiler/benchmarks/ocaml/*.cmi
compiler/benchmarks/ocaml/*.cmo
compiler/benchmarks/ocaml/*.cmx
compiler/benchmarks/ocaml/ocamlc_*
compiler/benchmarks/ocaml/ocamlopt_*
compiler/benchmarks/cakeml/basis_ffi.c
compiler/benchmarks/cakeml/cakemlc
compiler/benchmarks/cakeml/cake_O4_*
compiler/benchmarks/sml/mlton_*
compiler/benchmarks/sml/polyc_*
compiler/benchmarks/sml/sml_*
compiler/benchmarks/*.dat
compiler/benchmarks/*.eps
#sexp files generated by Icing
icing/examples/output/*/*.sexp.cml
icing/examples/*_data_prog.txt
.DS_Store