-
Notifications
You must be signed in to change notification settings - Fork 30
/
.gitignore
111 lines (111 loc) · 2.87 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
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
*.a
aclocal.m4
autom4te.cache/
build-aux/compile
build-aux/config.guess
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/missing
build-aux/test-driver
.clang-format
config.h
config.h.in
config.h.in~
config.log
config.status
configure
.deps/
libocispec.la
libtool
m4/*
Makefile
Makefile.in
*.o
ocispec.pc
src/basic_test_double_array.c
src/basic_test_double_array.h
src/basic_test_double_array_item.c
src/basic_test_double_array_item.h
src/basic-test_stamp
src/basic_test_top_array_int.c
src/basic_test_top_array_int.h
src/basic_test_top_array_string.c
src/basic_test_top_array_string.h
src/basic_test_top_double_array_int.c
src/basic_test_top_double_array_int.h
src/basic_test_top_double_array_obj.c
src/basic_test_top_double_array_obj.h
src/basic_test_top_double_array_refobj.c
src/basic_test_top_double_array_refobj.h
src/basic_test_top_double_array_string.c
src/basic_test_top_double_array_string.h
src/.deps/
src/.dirstamp
src/image_manifest_items_image_manifest_items_schema.c
src/image_manifest_items_image_manifest_items_schema.h
src/image_manifest_stamp
src/image_spec_schema_config_schema.c
src/image_spec_schema_config_schema.h
src/image_spec_schema_content_descriptor.c
src/image_spec_schema_content_descriptor.h
src/image_spec_schema_defs.c
src/image_spec_schema_defs_descriptor.c
src/image_spec_schema_defs_descriptor.h
src/image_spec_schema_defs.h
src/image_spec_schema_image_index_schema.c
src/image_spec_schema_image_index_schema.h
src/image_spec_schema_image_layout_schema.c
src/image_spec_schema_image_layout_schema.h
src/image_spec_schema_image_manifest_schema.c
src/image_spec_schema_image_manifest_schema.h
src/image_spec_stamp
src/*.lo
src/__pycache__/
src/runtime_spec_schema_config_linux.c
src/runtime_spec_schema_config_linux.h
src/runtime_spec_schema_config_zos.c
src/runtime_spec_schema_config_zos.h
src/runtime_spec_schema_config_schema.c
src/runtime_spec_schema_config_schema.h
src/runtime_spec_schema_config_solaris.c
src/runtime_spec_schema_config_solaris.h
src/runtime_spec_schema_config_vm.c
src/runtime_spec_schema_config_vm.h
src/runtime_spec_schema_config_windows.c
src/runtime_spec_schema_config_windows.h
src/runtime_spec_schema_defs.c
src/runtime_spec_schema_defs.h
src/runtime_spec_schema_defs_linux.c
src/runtime_spec_schema_defs_linux.h
src/runtime_spec_schema_defs_zos.c
src/runtime_spec_schema_defs_zos.h
src/runtime_spec_schema_defs_vm.c
src/runtime_spec_schema_defs_vm.h
src/runtime_spec_schema_defs_windows.c
src/runtime_spec_schema_defs_windows.h
src/runtime_spec_schema_state_schema.c
src/runtime_spec_schema_state_schema.h
src/runtime_spec_stamp
src/validate
stamp-h1
tests/.deps/
tests/.dirstamp
tests/test-1
tests/test-10
tests/test-11
tests/test-2
tests/test-3
tests/test-4
tests/test-5
tests/test-6
tests/test-7
tests/test-8
tests/test-9
tests/test-*.log
tests/test-*.trs
test-suite.log
build-aux/config.guess~
build-aux/config.sub~
configure~