-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (30 loc) · 846 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
*.pyc
*.o
*~
.*.attrib_trace
spec/cspec/c/api/
spec/cspec/c/arch/
spec/cspec/c/kernel_all.c
spec/cspec/c/kernel_all.c_pp
spec/cspec/c/parsetab.py
spec/cspec/c/plat/
spec/cspec/c/sources_list_updated
**/CFunDump.txt
**/umm_types.txt
tools/autocorres/doc/quickstart/output/
tools/autocorres/sel4.txt
tools/autocorres/tests/ROOT
tools/autocorres/tests/parse-tests/*.thy
tools/autocorres/tests/examples/trace_demo_incr.trace
tools/c-parser/standalone-parser/table.ML
tools/c-parser/StrictC.grm.desc
tools/c-parser/standalone-parser/c-parser
tools/c-parser/standalone-parser/tokenizer
tools/c-parser/tools/mllex/mllex
tools/c-parser/tools/mlyacc/mlyacc
tools/c-parser/tools/mlyacc/src/yacc.lex.sml
tools/c-parser/testfiles/ROOT
tools/c-parser/testfiles/umm_types.txt
tools/haskell-translator/caseconvs-useful
camkes/adl-spec/camkes.ML
internal