-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
40 lines (34 loc) · 1.14 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
*.swp
.classpath
.project
.settings
.idea
examples/**/__RVC_*.h
examples/**/__RVC_*.c
examples/**/__RVC_*.o
examples/**/__RVC_*.bc
examples/c/**/test.actual.*
examples/c/CFG/IsNull/test_*
examples/c/Parametric/headlights/test1
examples/c/autosar_like/canif_concept/canif_test_*
examples/c/safety_critical/hood_loose/test1
examples/c/safety_critical/seatbelt/test*
examples/c/safety_critical/seatbelt_timed/test*
examples/c/safety_critical/six_steps/test*
examples/llvmmop/**/aspect.map
examples/llvmmop/**/Makefile
examples/llvmmop/**/Makefile.instrument
examples/llvmmop/**/instrumented.actual.*
examples/llvmmop/**/original.actual.*
examples/llvmmop/CFG/is_null/test1*
examples/llvmmop/CFG/is_null/test2*
examples/llvmmop/CFG/is_null/test_*/test*.bc*
examples/llvmmop/autosar_like/can_if_concept/CanIf.bc*
examples/llvmmop/autosar_like/can_if_concept/canif_*/test_*.bc*
examples/llvmmop/autosar_like/can_if_concept/test_*
examples/llvmmop/safety_critical/six_steps/lib/six_steps.bc*
examples/llvmmop/safety_critical/six_steps/test1*
examples/llvmmop/safety_critical/six_steps/test2*
examples/llvmmop/safety_critical/six_steps/test_*/test*.bc*
target/**
*.iml