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