.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
22
.gdb_history
23
.git
24
.git-module-status
25
.libs
26
.lvimrc
27
.memdump
28
.sc-start-sc_*
E
Eric Blake 已提交
29
/ABOUT-NLS
C
Cole Robinson 已提交
30
/AUTHORS
E
Eric Blake 已提交
31
/ChangeLog
E
Eric Blake 已提交
32
/GNUmakefile
E
Eric Blake 已提交
33 34 35 36
/INSTALL
/NEWS
/aclocal.m4
/autom4te.cache
D
Daniel Veillard 已提交
37
/build-aux
E
Eric Blake 已提交
38
/build-aux/
E
Eric Blake 已提交
39
/build/
E
Eric Blake 已提交
40 41 42 43 44 45 46 47 48 49
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/configure.lineno
50
/daemon/*_dispatch.h
51 52 53 54 55
/daemon/libvirt_qemud
/daemon/libvirtd
/daemon/libvirtd*.logrotate
/daemon/libvirtd.8
/daemon/libvirtd.8.in
56
/daemon/libvirtd.init
57
/daemon/libvirtd.pod
C
Cole Robinson 已提交
58
/daemon/libvirtd.policy
59
/daemon/libvirtd.service
60
/daemon/test_libvirtd.aug
61
/docs/apibuild.py.stamp
62
/docs/devhelp/libvirt.devhelp
E
Eric Blake 已提交
63
/docs/hvsupport.html.in
64
/docs/libvirt-api.xml
65
/docs/libvirt-lxc-*.xml
66
/docs/libvirt-qemu-*.xml
67
/docs/libvirt-refs.xml
68
/docs/search.php
69 70 71 72 73 74
/docs/todo.html.in
/examples/domain-events/events-c/event-test
/examples/dominfo/info1
/examples/domsuspend/suspend
/examples/hellolibvirt/hellolibvirt
/examples/openauth/openauth
75 76 77
/gnulib/lib/*
/gnulib/m4/*
/gnulib/tests/*
78
/include/libvirt/libvirt.h
E
Eric Blake 已提交
79 80
/libtool
/libvirt-*.tar.gz
E
Eric Blake 已提交
81
/libvirt-[0-9]*
E
Eric Blake 已提交
82 83 84 85
/libvirt.pc
/libvirt.spec
/ltconfig
/ltmain.sh
E
Eric Blake 已提交
86
/m4/*
E
Eric Blake 已提交
87
/maint.mk
88
/mingw-libvirt.spec
E
Eric Blake 已提交
89
/mkinstalldirs
E
Eric Blake 已提交
90
/po/*
91
/proxy/
92
/python/generated.stamp
93
/python/generator.py.stamp
94
/python/libvirt-export.c
95 96
/python/libvirt-lxc-export.c
/python/libvirt-lxc.[ch]
E
Eric Blake 已提交
97 98
/python/libvirt-qemu-export.c
/python/libvirt-qemu.[ch]
99 100
/python/libvirt.[ch]
/python/libvirt.py
101
/python/libvirt_lxc.py
E
Eric Blake 已提交
102
/python/libvirt_qemu.py
103
/run
E
Eric Blake 已提交
104
/sc_*
105
/src/.*.stamp
106
/src/access/org.libvirt.api.policy
107 108 109 110 111 112
/src/access/viraccessapicheck.c
/src/access/viraccessapicheck.h
/src/access/viraccessapichecklxc.c
/src/access/viraccessapichecklxc.h
/src/access/viraccessapicheckqemu.c
/src/access/viraccessapicheckqemu.h
113
/src/esx/*.generated.*
114
/src/hyperv/*.generated.*
115 116
/src/libvirt*.def
/src/libvirt.syms
117 118 119
/src/libvirt_access.syms
/src/libvirt_access_lxc.syms
/src/libvirt_access_qemu.syms
120 121
/src/libvirt_*.stp
/src/libvirt_*helper
122
/src/libvirt_*probes.h
123
/src/libvirt_lxc
124
/src/locking/lock_daemon_dispatch_stubs.h
125
/src/locking/lock_protocol.[ch]
126
/src/locking/qemu-lockd.conf
E
Eric Blake 已提交
127
/src/locking/qemu-sanlock.conf
128
/src/locking/test_libvirt_sanlock.aug
129 130
/src/lxc/lxc_controller_dispatch.h
/src/lxc/lxc_monitor_dispatch.h
131 132
/src/lxc/lxc_monitor_protocol.c
/src/lxc/lxc_monitor_protocol.h
133
/src/lxc/lxc_protocol.[ch]
134
/src/lxc/test_libvirtd_lxc.aug
135
/src/qemu/test_libvirtd_qemu.aug
136 137
/src/remote/*_client_bodies.h
/src/remote/*_protocol.[ch]
J
Jiri Denemark 已提交
138
/src/rpc/virkeepaliveprotocol.[ch]
139
/src/rpc/virnetprotocol.[ch]
140
/src/test_libvirt*.aug
L
Lai Jiangshan 已提交
141
/src/util/virkeymaps.h
142
/src/virt-aa-helper
143 144
/src/virtlockd
/src/virtlockd.init
E
Eric Blake 已提交
145
/tests/*.log
146
/tests/*.pid
M
Martin Kletzander 已提交
147
/tests/*.trs
148 149
/tests/*xml2*test
/tests/commandhelper
150
/tests/commandtest
151
/tests/conftest
E
Eric Blake 已提交
152
/tests/cputest
153
/tests/domainsnapshotxml2xmltest
154 155
/tests/esxutilstest
/tests/eventtest
J
Ján Tomko 已提交
156
/tests/fchosttest
157
/tests/fdstreamtest
E
Eric Blake 已提交
158
/tests/hashtest
E
Eric Blake 已提交
159
/tests/jsontest
160
/tests/libvirtdconftest
E
Eric Blake 已提交
161
/tests/networkxml2argvtest
162
/tests/nodeinfotest
E
Eric Blake 已提交
163
/tests/nwfilterxml2xmltest
164 165 166
/tests/object-locking
/tests/object-locking-files.txt
/tests/object-locking.cm[ix]
167
/tests/openvzutilstest
P
Peter Krempa 已提交
168
/tests/qemuagenttest
169 170
/tests/qemuargv2xmltest
/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/virnet*test
D
Daniel P. Berrange 已提交
204
/tests/virportallocatortest
205
/tests/virshtest
206
/tests/virstoragetest
207
/tests/virstringtest
208
/tests/virsystemdtest
209
/tests/virtimetest
E
Eric Blake 已提交
210
/tests/viruritest
211 212 213 214 215
/tests/vmx2xmltest
/tests/xencapstest
/tests/xmconfigtest
/tools/*.[18]
/tools/libvirt-guests.init
216
/tools/libvirt-guests.service
217
/tools/libvirt-guests.sh
218 219 220 221
/tools/virsh
/tools/virsh-*-edit.c
/tools/virt-*-validate
/tools/virt-sanlock-cleanup
E
Eric Blake 已提交
222
/update.log
223
Makefile
J
Jim Meyering 已提交
224
Makefile.in
E
Eric Blake 已提交
225
TAGS
J
Jim Meyering 已提交
226
coverage
D
Daniel Veillard 已提交
227
cscope.files
L
liguang 已提交
228
cscope.in.out
D
Daniel Veillard 已提交
229
cscope.out
L
liguang 已提交
230
cscope.po.out
J
Jim Meyering 已提交
231 232 233 234
results.log
stamp-h
stamp-h.in
stamp-h1
M
Michal Privoznik 已提交
235
tags
236 237
!/gnulib/lib/Makefile.am
!/gnulib/tests/Makefile.am
E
Eric Blake 已提交
238 239 240 241
!/m4/virt-*.m4
!/po/*.po
!/po/POTFILES.in
!/po/libvirt.pot