forked from seL4/l4v
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenseignore
161 lines (144 loc) · 3.98 KB
/
.licenseignore
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
*.lev
*.pdf
*.html
*.sty
*.log
*.bbl
*.out
*.blg
*.aux
*.bib
*.ttf
*.graffle
*.ods
*.txt
*.svg
*.odp
*.odg
*.pyc
*.mp
*.dot
*.toc
*.mpx
*.mlb
*.o
*~
.*.attrib_trace
.*.skip
.*.marks
*.mps
isabelle/*
internal/*
.git/*
.reuse/dep5
**/ROOTS
**/MANIFEST
**/VERSION
**/*FILES
**/*LICENSE
**/licenses
**/CONTRIBUTORS
**/ulem.sty
spec/abstract/document/*/ARCH.tex
spec/abstract/document/gitrev.tex
spec/abstract/document/git-root.tex
spec/haskell/cabal.sandbox.config
spec/haskell/.cabal-sandbox/*
spec/haskell/.stack-work/*
spec/haskell/Setup.hs
spec/haskell/configure
spec/haskell/dist/*
spec/haskell/stack.yaml.lock
spec/haskell/src/SEL4/Model/PSpace.lhs-boot
spec/haskell/src/SEL4/Kernel/FaultHandler.lhs-boot
spec/haskell/src/SEL4/Kernel/Init.lhs-boot
spec/haskell/src/SEL4/Kernel/CSpace.lhs-boot
spec/haskell/src/SEL4/Kernel/VSpace.lhs-boot
spec/haskell/src/SEL4/Kernel/Thread.lhs-boot
spec/haskell/src/SEL4/Object/Interrupt.lhs-boot
spec/haskell/src/SEL4/Object/CNode.lhs-boot
spec/haskell/src/SEL4/Object/Endpoint.lhs-boot
spec/haskell/src/SEL4/Object/ObjectType.lhs-boot
spec/haskell/src/SEL4/Object/Structures.lhs-boot
spec/haskell/src/SEL4/Object/TCB.lhs-boot
spec/haskell/src/SEL4/Object/IOPort/X64.lhs-boot
spec/design/version
spec/cspec/c/build/*
tools/c-parser/Simpl/SyntaxTest.thy
tools/c-parser/Simpl/HoareTotalProps.thy
tools/c-parser/Simpl/Vcg.thy
tools/c-parser/Simpl/Generalise.thy
tools/c-parser/Simpl/HoarePartial.thy
tools/c-parser/Simpl/ROOT
tools/c-parser/Simpl/HoareTotal.thy
tools/c-parser/Simpl/generalise_state.ML
tools/c-parser/Simpl/StateSpace.thy
tools/c-parser/Simpl/Termination.thy
tools/c-parser/Simpl/AlternativeSmallStep.thy
tools/c-parser/Simpl/Semantic.thy
tools/c-parser/Simpl/Language.thy
tools/c-parser/Simpl/DPC0Library.thy
tools/c-parser/Simpl/HeapList.thy
tools/c-parser/Simpl/HoarePartialDef.thy
tools/c-parser/Simpl/HoareTotalDef.thy
tools/c-parser/Simpl/XVcg.thy
tools/c-parser/Simpl/COPYRIGHT
tools/c-parser/Simpl/hoare.ML
tools/c-parser/Simpl/DPC0Expressions.thy
tools/c-parser/Simpl/Simpl.thy
tools/c-parser/Simpl/UserGuide.thy
tools/c-parser/Simpl/hoare_syntax.ML
tools/c-parser/Simpl/HoarePartialProps.thy
tools/c-parser/Simpl/SmallStep.thy
tools/c-parser/Simpl/Hoare.thy
tools/c-parser/Simpl/Simpl_Heap.thy
tools/c-parser/Simpl/document/mathpartir.sty
tools/c-parser/Simpl/ex/ComposeEx.thy
tools/c-parser/Simpl/ex/VcgExSP.thy
tools/c-parser/Simpl/ex/Closure.thy
tools/c-parser/Simpl/ex/Compose.thy
tools/c-parser/Simpl/ex/VcgEx.thy
tools/c-parser/Simpl/ex/ProcParEx.thy
tools/c-parser/Simpl/ex/XVcgEx.thy
tools/c-parser/Simpl/ex/ProcParExSP.thy
tools/c-parser/Simpl/ex/Quicksort.thy
tools/c-parser/Simpl/ex/ClosureEx.thy
tools/c-parser/Simpl/ex/VcgExTotal.thy
tools/c-parser/Simpl/document/root.tex
**/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/autocorres/tools/release_files/ChangeLog
tools/autocorres/tools/release_files/licenses
tools/autocorres/tools/release_files/ROOTS.base_dir
tools/autocorres/tools/release_files/licenses-ignore
tools/autocorres/tools/release_files/CONTRIBUTORS
tools/autocorres/tools/release_files/README
tools/c-parser/standalone-parser/table.ML
tools/c-parser/StrictC.grm.desc
tools/c-parser/StrictC.grm.sig
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/**/*.minfo
tools/c-parser/testfiles/**/ROOT
tools/c-parser/testfiles/umm_types.txt
tools/c-parser/testfiles/modifies_speed.c
tools/c-parser/testfiles/jiraver473.minfo
tools/haskell-translator/caseconvs-useful
tools/haskell-translator/primrecs
tools/haskell-translator/caseconvs
tools/haskell-translator/supplied
proof/bisim/document/build
camkes/adl-spec/camkes.ML