forked from coreos/rpm-ostree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
108 lines (104 loc) · 1.96 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
*.lo
*.o
.deps
.dirstamp
.libs
.vscode
/*.bak
/*.gcda
/*.gcno
/*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
# From coreos-assembler
/.cosa/
/_kola_temp/
# From compose tests
/compose-cache/
/compose-logs/
# From vmcheck tests
/vmcheck-logs/
/ssh-config
# From build system itself
/.dirstamp
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/RpmOstree-1.0.gir
/RpmOstree-1.0.typelib
/TAGS
/aclocal.m4
/api-doc/Makefile
/api-doc/Makefile.in
/autom4te.cache
/build-aux/
/config.cache
/config.h
/config.h.in
/config.log
/config.lt
/config.status
/config.status.lineno
/configure
/configure.lineno
/gtk-doc.make
/insttree/
/libglnx.la
/libglnx-config.h
/librpmostree-1.la
/librpmostreecxxrs.la
/librpmostreeinternals.la
/libtool
/rpm-ostree
/rpm-ostree-countme.service.8
/rpm-ostree-countme.timer.8
/rpm-ostree.1
/rpm-ostreed
/rpm-ostreed-automatic.service.8
/rpm-ostreed-automatic.timer.8
/rpm-ostreed-generated-org.projectatomic.rpmostree1.OS.xml
/rpm-ostreed-generated-org.projectatomic.rpmostree1.OSExperimental.xml
/rpm-ostreed-generated-org.projectatomic.rpmostree1.Sysroot.xml
/rpm-ostreed-generated-org.projectatomic.rpmostree1.Transaction.xml
/rpm-ostreed-generated.c
/rpm-ostreed-generated.h
/rpm-ostreed.conf.5
/so_locations
/src/daemon/org.projectatomic.rpmostree1.service
/src/lib/rpm-ostree-1.pc
/src/lib/rpmostree-version.h
/stamp-h1
/tags
/target/
/test-libglnx-errors
/test-libglnx-errors.log
/test-libglnx-errors.test
/test-libglnx-errors.trs
/test-libglnx-fdio
/test-libglnx-fdio.log
/test-libglnx-fdio.test
/test-libglnx-fdio.trs
/test-libglnx-macros
/test-libglnx-macros.log
/test-libglnx-macros.test
/test-libglnx-macros.trs
/test-libglnx-shutil
/test-libglnx-shutil.log
/test-libglnx-shutil.test
/test-libglnx-shutil.trs
/test-libglnx-xattrs
/test-libglnx-xattrs.log
/test-libglnx-xattrs.test
/test-libglnx-xattrs.trs
/test-suite.log
/tests/check/test-lib-introspection.sh.log
/tests/check/test-lib-introspection.sh.test
/tests/check/test-lib-introspection.sh.trs
/tests/kola
_libs