-
Notifications
You must be signed in to change notification settings - Fork 108
/
.gitignore
58 lines (47 loc) · 1.09 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
#
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
*.pyc
*.lev
*.o
*~
.*.attrib_trace
.*.skip
*.lev
*#*#
/spec/cspec/c/build
/spec/cspec/c/config-build
/spec/cspec/c/export
/spec/cspec/c/overlays/*/overlay.dts
/spec/haskell/stack.yaml.lock
/spec/haskell/doc/**/*.aux
/spec/haskell/doc/**/*.bbl
/spec/haskell/doc/**/*.blg
/spec/haskell/doc/**/*.log
/spec/haskell/doc/**/*.mpx
/spec/haskell/doc/**/*.out
/spec/haskell/doc/**/*.toc
/spec/design/version
/spec/design/*.thy
/spec/design/ARM/*.thy
/spec/design/ARM_HYP/*.thy
/spec/design/RISCV64/*.thy
/spec/design/X64/*.thy
/spec/design/AARCH64/*.thy
/spec/machine/*/MachineTypes.thy
/spec/machine/*/Kernel_Config.thy
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/haskell-translator/caseconvs-useful
/tools/c-parser/StrictC.grm.sig
/tools/c-parser/StrictC.grm.sml
/tools/c-parser/StrictC.lex.sml
/camkes/adl-spec/camkes.ML
/internal/