forked from GillianPlatform/Gillian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
101 lines (83 loc) · 1.05 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
101
# Misc editors
*.autosave
.*.swp
.*.swo
*~
# Images
*.dot
# Python things
__pycache__
*.pyc
# Eclipse
TAGS
.metadata
.paths
.project
.projectSettings
.settings
# OCaml
*.cma
*.cmi
*.cmo
*.cmx
*.o
_build
*.native
*.byte
*.merlin
_opam
_dist
# Mac rubbish
.DS_Store
config/config.xml
src/localconfig.ml
src/formula_parser/formula_lexer.ml
src/formula_parser/formula_parser.ml
src/formula_parser/formula_parser.mli
tests/dot
rosette/compiled
# Racket
racket/hp.rkt
racket/test.rkt
racket/wp.rkt
racket/internals_builtins_procs.rkt
racket/compiled
# LaTeX nonsense
*.blg
*.bbl
*.aux
*.out
*.log
*.log.zip
/*.gil
tutorial/main.pdf
# esy + docker stuff
node_modules
_esy
doc
*.install
_build.prev
_release
gillian.esy.lock
# Gillian-specific stuff
*/environment
*.env
**/.gillian
gillian_smt_queries
# Dependency graphs
with-depgraph.esy.lock
with-depgraph.json
see_deps.py
# Development container
.devcontainer
# VSCode
.vscode/settings.json
# test-262
javert-test262
# Temporary databases for logs
*.db
# Built docs
_docs/odoc
_docs/sphinx
# Memtraces
*.ctf