.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 76
/docs/todo.html.in
/examples/domain-events/events-c/event-test
/examples/dominfo/info1
/examples/domsuspend/suspend
/examples/hellolibvirt/hellolibvirt
/examples/openauth/openauth
77 78 79
/gnulib/lib/*
/gnulib/m4/*
/gnulib/tests/*
80
/include/libvirt/libvirt.h
E
Eric Blake 已提交
81 82
/libtool
/libvirt-*.tar.gz
E
Eric Blake 已提交
83
/libvirt-[0-9]*
E
Eric Blake 已提交
84 85 86 87
/libvirt.pc
/libvirt.spec
/ltconfig
/ltmain.sh
E
Eric Blake 已提交
88
/m4/*
E
Eric Blake 已提交
89
/maint.mk
90
/mingw-libvirt.spec
E
Eric Blake 已提交
91
/mkinstalldirs
E
Eric Blake 已提交
92
/po/*
93
/proxy/
D
Daniel P. Berrange 已提交
94
/python/
95
/run
E
Eric Blake 已提交
96
/sc_*
97
/src/.*.stamp
98
/src/access/org.libvirt.api.policy
99 100 101 102 103 104
/src/access/viraccessapicheck.c
/src/access/viraccessapicheck.h
/src/access/viraccessapichecklxc.c
/src/access/viraccessapichecklxc.h
/src/access/viraccessapicheckqemu.c
/src/access/viraccessapicheckqemu.h
105
/src/esx/*.generated.*
106
/src/hyperv/*.generated.*
107 108
/src/libvirt*.def
/src/libvirt.syms
109
/src/libvirt_access.syms
110
/src/libvirt_access.xml
111
/src/libvirt_access_lxc.syms
112
/src/libvirt_access_lxc.xml
113
/src/libvirt_access_qemu.syms
114
/src/libvirt_access_qemu.xml
115 116
/src/libvirt_*.stp
/src/libvirt_*helper
117
/src/libvirt_*probes.h
118
/src/libvirt_lxc
119
/src/locking/lock_daemon_dispatch_stubs.h
120
/src/locking/lock_protocol.[ch]
121
/src/locking/qemu-lockd.conf
E
Eric Blake 已提交
122
/src/locking/qemu-sanlock.conf
123
/src/locking/test_libvirt_sanlock.aug
124 125
/src/lxc/lxc_controller_dispatch.h
/src/lxc/lxc_monitor_dispatch.h
126 127
/src/lxc/lxc_monitor_protocol.c
/src/lxc/lxc_monitor_protocol.h
128
/src/lxc/lxc_protocol.[ch]
129
/src/lxc/test_libvirtd_lxc.aug
130
/src/qemu/test_libvirtd_qemu.aug
131 132
/src/remote/*_client_bodies.h
/src/remote/*_protocol.[ch]
J
Jiri Denemark 已提交
133
/src/rpc/virkeepaliveprotocol.[ch]
134
/src/rpc/virnetprotocol.[ch]
135
/src/test_libvirt*.aug
136
/src/test_virtlockd.aug
L
Lai Jiangshan 已提交
137
/src/util/virkeymaps.h
138
/src/virt-aa-helper
139
/src/virtlockd
140 141
/src/virtlockd.8
/src/virtlockd.8.in
142
/src/virtlockd.init
E
Eric Blake 已提交
143
/tests/*.log
144
/tests/*.pid
M
Martin Kletzander 已提交
145
/tests/*.trs
146 147
/tests/*xml2*test
/tests/commandhelper
148
/tests/commandtest
149
/tests/conftest
E
Eric Blake 已提交
150
/tests/cputest
151
/tests/domainsnapshotxml2xmltest
152 153
/tests/esxutilstest
/tests/eventtest
J
Ján Tomko 已提交
154
/tests/fchosttest
155
/tests/fdstreamtest
E
Eric Blake 已提交
156
/tests/hashtest
E
Eric Blake 已提交
157
/tests/jsontest
158
/tests/libvirtdconftest
E
Eric Blake 已提交
159
/tests/metadatatest
E
Eric Blake 已提交
160
/tests/networkxml2argvtest
161
/tests/nodeinfotest
E
Eric Blake 已提交
162
/tests/nwfilterxml2xmltest
163 164 165
/tests/object-locking
/tests/object-locking-files.txt
/tests/object-locking.cm[ix]
166
/tests/openvzutilstest
P
Peter Krempa 已提交
167
/tests/qemuagenttest
168
/tests/qemuargv2xmltest
169
/tests/qemucapabilitiestest
170
/tests/qemuhelptest
171
/tests/qemuhotplugtest
172
/tests/qemumonitorjsontest
173
/tests/qemumonitortest
E
Eric Blake 已提交
174
/tests/qemuxmlnstest
175 176 177 178
/tests/qparamtest
/tests/reconnect
/tests/secaatest
/tests/seclabeltest
179
/tests/securityselinuxlabeltest
180
/tests/securityselinuxtest
181
/tests/sexpr2xmltest
182
/tests/shunloadtest
183 184 185
/tests/sockettest
/tests/ssh
/tests/statstest
186
/tests/storagebackendsheepdogtest
C
Cole Robinson 已提交
187
/tests/sysinfotest
G
Gene Czarcinski 已提交
188
/tests/test_conf
189
/tests/utiltest
190
/tests/viratomictest
E
Eric Blake 已提交
191
/tests/virauthconfigtest
H
Hu Tao 已提交
192
/tests/virbitmaptest
193
/tests/virbuftest
194
/tests/vircgrouptest
195
/tests/virdbustest
196
/tests/virdrivermoduletest
E
Eric Blake 已提交
197
/tests/virendiantest
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