-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
82 lines (74 loc) · 1.01 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
*.vo
*.vok
*.vos
*.vio
*.glob
*.v.d
*.aux
lia.cache
nlia.cache
Makefile.coq
.lia.cache
.nia.cache
CoqMakefile.conf
Makefile.coq.conf
.Makefile.coq.d
nohup.out
.coqdeps.d
moddep.dot
moddep.svg
.depend
tests/*.ll
tests/*.s
tests/*.o
ml/.merlin
ml/extracted/.merlin
ml/extracted/*.ml
ml/extracted/*.mli
ml/extracted/.timestamp
ml/_build
ml/llvm_printer.ml
ml/llvm_printer.mli
depgraph.vcmde
depgraph.vcmd
graph.dot
graph.dpd
graph.svg
*.timing
experiments/*.hi
experiments/*.o
experiments/test
experiments/mapmain
experiments/map.s
experiments/dywinmain
experiments/dywin.s
/tests/main_pointwise_plusD
/tests/main_pointwise_plus1
/tests/main_binop_plus
/tests/main_compose_pointwise
/tests/main_dynwin64
/tests/main_ireduction
/tests/main_iunion
/tests/main_inductor
/tests/main_sumunion
/.*.tmp
/test.ll
/test.o
/lib/coq-switch
/lib/metacoq
.nra.cache
/doc/ltximg/
# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
/experiments/.ipynb_checkpoints/
/experiments/a.out
/ml/*.ll
# VS Code
.vscode