.gitignore 4.5 KB
Newer Older
E
Eric Blake 已提交
1 2
*#*#
*.#*#
J
Jim Meyering 已提交
3
*.a
4
*.cov
E
Eric Blake 已提交
5
*.exe
6 7 8
*.gcda
*.gcno
*.gcov
9 10
*.html
*.i
11 12
*.la
*.lo
13
*.loT
J
Jim Meyering 已提交
14
*.o
E
Eric Blake 已提交
15
*.orig
16
*.pyc
E
Eric Blake 已提交
17
*.rej
18
*.s
J
Jim Meyering 已提交
19
*~
P
Peter Krempa 已提交
20
.#*
21
.deps
E
Eric Blake 已提交
22
.dirstamp
23
.gdb_history
24
.git
25
.git-module-status
26
.libs
27
.lvimrc
28
.memdump
29
.sc-start-sc_*
E
Eric Blake 已提交
30
/ABOUT-NLS
C
Cole Robinson 已提交
31
/AUTHORS
E
Eric Blake 已提交
32
/ChangeLog
E
Eric Blake 已提交
33
/GNUmakefile
E
Eric Blake 已提交
34 35 36 37
/INSTALL
/NEWS
/aclocal.m4
/autom4te.cache
D
Daniel Veillard 已提交
38
/build-aux
E
Eric Blake 已提交
39
/build-aux/
E
Eric Blake 已提交
40
/build/
E
Eric Blake 已提交
41 42 43 44 45 46 47 48 49 50
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/configure.lineno
51
/daemon/*_dispatch.h
52 53 54 55 56
/daemon/libvirt_qemud
/daemon/libvirtd
/daemon/libvirtd*.logrotate
/daemon/libvirtd.8
/daemon/libvirtd.8.in
57
/daemon/libvirtd.init
58
/daemon/libvirtd.pod
C
Cole Robinson 已提交
59
/daemon/libvirtd.policy
60
/daemon/libvirtd.service
61
/daemon/test_libvirtd.aug
62
/docs/aclperms.htmlinc
63
/docs/apibuild.py.stamp
64
/docs/devhelp/libvirt.devhelp
E
Eric Blake 已提交
65
/docs/hvsupport.html.in
66
/docs/libvirt-api.xml
67
/docs/libvirt-lxc-*.xml
68
/docs/libvirt-qemu-*.xml
69
/docs/libvirt-refs.xml
70
/docs/search.php
71 72 73 74 75
/docs/todo.html.in
/examples/domain-events/events-c/event-test
/examples/dominfo/info1
/examples/hellolibvirt/hellolibvirt
/examples/openauth/openauth
76 77 78
/gnulib/lib/*
/gnulib/m4/*
/gnulib/tests/*
79
/include/libvirt/libvirt.h
E
Eric Blake 已提交
80 81
/libtool
/libvirt-*.tar.gz
E
Eric Blake 已提交
82
/libvirt-[0-9]*
E
Eric Blake 已提交
83 84 85 86
/libvirt.pc
/libvirt.spec
/ltconfig
/ltmain.sh
E
Eric Blake 已提交
87
/m4/*
E
Eric Blake 已提交
88
/maint.mk
89
/mingw-libvirt.spec
E
Eric Blake 已提交
90
/mkinstalldirs
E
Eric Blake 已提交
91
/po/*
92
/proxy/
D
Daniel P. Berrange 已提交
93
/python/
94
/run
E
Eric Blake 已提交
95
/sc_*
96
/src/.*.stamp
97
/src/access/org.libvirt.api.policy
98 99 100 101 102 103
/src/access/viraccessapicheck.c
/src/access/viraccessapicheck.h
/src/access/viraccessapichecklxc.c
/src/access/viraccessapichecklxc.h
/src/access/viraccessapicheckqemu.c
/src/access/viraccessapicheckqemu.h
104
/src/esx/*.generated.*
105
/src/hyperv/*.generated.*
106 107
/src/libvirt*.def
/src/libvirt.syms
108
/src/libvirt_access.syms
109
/src/libvirt_access.xml
110
/src/libvirt_access_lxc.syms
111
/src/libvirt_access_lxc.xml
112
/src/libvirt_access_qemu.syms
113
/src/libvirt_access_qemu.xml
114 115
/src/libvirt_*.stp
/src/libvirt_*helper
116
/src/libvirt_*probes.h
117
/src/libvirt_lxc
118
/src/locking/lock_daemon_dispatch_stubs.h
119
/src/locking/lock_protocol.[ch]
120
/src/locking/qemu-lockd.conf
E
Eric Blake 已提交
121
/src/locking/qemu-sanlock.conf
122
/src/locking/test_libvirt_sanlock.aug
123 124
/src/lxc/lxc_controller_dispatch.h
/src/lxc/lxc_monitor_dispatch.h
125 126
/src/lxc/lxc_monitor_protocol.c
/src/lxc/lxc_monitor_protocol.h
127
/src/lxc/lxc_protocol.[ch]
128
/src/lxc/test_libvirtd_lxc.aug
129
/src/qemu/test_libvirtd_qemu.aug
130 131
/src/remote/*_client_bodies.h
/src/remote/*_protocol.[ch]
J
Jiri Denemark 已提交
132
/src/rpc/virkeepaliveprotocol.[ch]
133
/src/rpc/virnetprotocol.[ch]
134
/src/test_libvirt*.aug
135
/src/test_virtlockd.aug
L
Lai Jiangshan 已提交
136
/src/util/virkeymaps.h
137
/src/virt-aa-helper
138
/src/virtlockd
139 140
/src/virtlockd.8
/src/virtlockd.8.in
141
/src/virtlockd.init
E
Eric Blake 已提交
142
/tests/*.log
143
/tests/*.pid
M
Martin Kletzander 已提交
144
/tests/*.trs
145 146
/tests/*xml2*test
/tests/commandhelper
147
/tests/commandtest
148
/tests/conftest
E
Eric Blake 已提交
149
/tests/cputest
150
/tests/domainsnapshotxml2xmltest
151 152
/tests/esxutilstest
/tests/eventtest
J
Ján Tomko 已提交
153
/tests/fchosttest
154
/tests/fdstreamtest
E
Eric Blake 已提交
155
/tests/hashtest
E
Eric Blake 已提交
156
/tests/jsontest
157
/tests/libvirtdconftest
E
Eric Blake 已提交
158
/tests/metadatatest
E
Eric Blake 已提交
159
/tests/networkxml2argvtest
160
/tests/nodeinfotest
E
Eric Blake 已提交
161
/tests/nwfilterxml2xmltest
162 163 164
/tests/object-locking
/tests/object-locking-files.txt
/tests/object-locking.cm[ix]
165
/tests/openvzutilstest
P
Peter Krempa 已提交
166
/tests/qemuagenttest
167
/tests/qemuargv2xmltest
168
/tests/qemucapabilitiestest
169
/tests/qemuhelptest
170
/tests/qemuhotplugtest
171
/tests/qemumonitorjsontest
172
/tests/qemumonitortest
E
Eric Blake 已提交
173
/tests/qemuxmlnstest
174 175 176 177
/tests/qparamtest
/tests/reconnect
/tests/secaatest
/tests/seclabeltest
178
/tests/securityselinuxlabeltest
179
/tests/securityselinuxtest
180
/tests/sexpr2xmltest
181
/tests/shunloadtest
182 183 184
/tests/sockettest
/tests/ssh
/tests/statstest
185
/tests/storagebackendsheepdogtest
C
Cole Robinson 已提交
186
/tests/sysinfotest
G
Gene Czarcinski 已提交
187
/tests/test_conf
188
/tests/utiltest
189
/tests/viratomictest
E
Eric Blake 已提交
190
/tests/virauthconfigtest
H
Hu Tao 已提交
191
/tests/virbitmaptest
192
/tests/virbuftest
193
/tests/vircgrouptest
194
/tests/virdbustest
195
/tests/virdrivermoduletest
E
Eric Blake 已提交
196
/tests/virendiantest
197
/tests/virfiletest
E
Eric Blake 已提交
198
/tests/virhashtest
199
/tests/viridentitytest
200
/tests/virkeycodetest
E
Eric Blake 已提交
201
/tests/virkeyfiletest
202
/tests/virlockspacetest
203
/tests/virlogtest
204
/tests/virnet*test
M
Michal Privoznik 已提交
205
/tests/virpcitest
D
Daniel P. Berrange 已提交
206
/tests/virportallocatortest
207
/tests/virshtest
208
/tests/virstoragetest
209
/tests/virstringtest
210
/tests/virsystemdtest
211
/tests/virtimetest
E
Eric Blake 已提交
212
/tests/viruritest
213
/tests/vmwarevertest
214 215 216 217 218
/tests/vmx2xmltest
/tests/xencapstest
/tests/xmconfigtest
/tools/*.[18]
/tools/libvirt-guests.init
219
/tools/libvirt-guests.service
220
/tools/libvirt-guests.sh
D
Dan Walsh 已提交
221
/tools/virt-login-shell
222 223 224 225
/tools/virsh
/tools/virsh-*-edit.c
/tools/virt-*-validate
/tools/virt-sanlock-cleanup
E
Eric Blake 已提交
226
/update.log
M
Martin Kletzander 已提交
227 228 229
GPATH
GRTAGS
GTAGS
230
Makefile
J
Jim Meyering 已提交
231
Makefile.in
E
Eric Blake 已提交
232
TAGS
J
Jim Meyering 已提交
233
coverage
D
Daniel Veillard 已提交
234
cscope.files
L
liguang 已提交
235
cscope.in.out
D
Daniel Veillard 已提交
236
cscope.out
L
liguang 已提交
237
cscope.po.out
J
Jim Meyering 已提交
238 239 240 241
results.log
stamp-h
stamp-h.in
stamp-h1
M
Michal Privoznik 已提交
242
tags
243 244
!/gnulib/lib/Makefile.am
!/gnulib/tests/Makefile.am
E
Eric Blake 已提交
245 246 247 248
!/m4/virt-*.m4
!/po/*.po
!/po/POTFILES.in
!/po/libvirt.pot