-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (68 loc) · 1.07 KB
/
.gitignore
File metadata and controls
71 lines (68 loc) · 1.07 KB
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
*.cmti
*.cmx
*~
*.cmo
*.cmi
*.o
*.cmt
*.annot
*.cma
*.cmxa
*.so
*.a
*.install
*.objdump
/a.out
/unused
/Codex.cmxs
/Codex_DEP
/doc/slides*.vrb
/test/hostname*
/doc/slides.pdf
*_additional_notes.txt
/test/unused
/doc/*.org
/test/*.c
/deps.dot
/depsred.dot
/tests/*.diff
/tests/*.sav
unused/
/reduce.sh
/test.c
/.depend
/maybe/
/frama-c/.Makefile.plugin.generated
/frama-c/.depend
/frama-c/CodexPlugin.check_mli_exists
/frama-c/CodexPlugin.mli
/frama-c/META.frama-c-codex
/frama-c/META.frama-c-codexplugin
frama-c/top/*
/ext/framac_ival/dllc_bindings.so
/_build/
/tests/vmcai2022/liSemanticDirected2017/*.alarms
*-junit.xml
/frama_c_codex.exe
/binsec_codex.exe
/ext/frama_c_with_cudd/frama-c-*
/bin_trace.codex
__pycache__
.mypy_cache
.ruff_cache
.manage-py-config.json
.saves
*.stats.txt
*.log
/utils/gui/assets/
_opam
/utils/gui/deps/js/bundle-output.js
/utils/gui/deps/js/bundle-output.min.js
/utils/gui/deps/js/node_modules/
/utils/gui/deps/js/package-lock.json
/utils/gui/deps/tailwind4.1.5.css
/utils/gui/deps/graphviz.umd.js
flake.lock
.vscode
/tests/types/tmp.typedc
/tests/types/*.html