.gitignore 3.4 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
*~
20
.deps
21
.gdb_history
22
.git
23
.git-module-status
24
.libs
25
.lvimrc
26
.memdump
27
.sc-start-sc_*
E
Eric Blake 已提交
28 29 30
/ABOUT-NLS
/COPYING
/ChangeLog
E
Eric Blake 已提交
31
/GNUmakefile
E
Eric Blake 已提交
32 33 34 35
/INSTALL
/NEWS
/aclocal.m4
/autom4te.cache
D
Daniel Veillard 已提交
36
/build-aux
E
Eric Blake 已提交
37
/build-aux/
E
Eric Blake 已提交
38
/build/
E
Eric Blake 已提交
39 40 41 42 43 44 45 46 47 48
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/configure.lineno
49
/daemon/*_dispatch.h
50 51 52 53 54
/daemon/libvirt_qemud
/daemon/libvirtd
/daemon/libvirtd*.logrotate
/daemon/libvirtd.8
/daemon/libvirtd.8.in
55
/daemon/libvirtd.init
56
/daemon/libvirtd.pod
57
/daemon/libvirtd.service
58
/daemon/test_libvirtd.aug
59
/docs/apibuild.py.stamp
60
/docs/devhelp/libvirt.devhelp
E
Eric Blake 已提交
61
/docs/hvsupport.html.in
62
/docs/libvirt-api.xml
E
Eric Blake 已提交
63
/docs/libvirt-qemu-*.xml
64
/docs/libvirt-refs.xml
65
/docs/search.php
66 67 68 69 70 71
/docs/todo.html.in
/examples/domain-events/events-c/event-test
/examples/dominfo/info1
/examples/domsuspend/suspend
/examples/hellolibvirt/hellolibvirt
/examples/openauth/openauth
72 73 74
/gnulib/lib/*
/gnulib/m4/*
/gnulib/tests/*
75
/include/libvirt/libvirt.h
E
Eric Blake 已提交
76 77
/libtool
/libvirt-*.tar.gz
E
Eric Blake 已提交
78
/libvirt-[0-9]*
E
Eric Blake 已提交
79 80 81 82
/libvirt.pc
/libvirt.spec
/ltconfig
/ltmain.sh
E
Eric Blake 已提交
83
/m4/*
E
Eric Blake 已提交
84
/maint.mk
85
/mingw-libvirt.spec
E
Eric Blake 已提交
86
/mkinstalldirs
E
Eric Blake 已提交
87
/po/*
88
/proxy/
89
/python/generated.stamp
90
/python/generator.py.stamp
91
/python/libvirt-export.c
E
Eric Blake 已提交
92 93
/python/libvirt-qemu-export.c
/python/libvirt-qemu.[ch]
94 95
/python/libvirt.[ch]
/python/libvirt.py
E
Eric Blake 已提交
96
/python/libvirt_qemu.py
97
/run
E
Eric Blake 已提交
98
/sc_*
99
/src/.*.stamp
100
/src/esx/*.generated.*
101
/src/hyperv/*.generated.*
102 103 104 105
/src/libvirt*.def
/src/libvirt.syms
/src/libvirt_*.stp
/src/libvirt_*helper
106
/src/libvirt_*probes.h
107
/src/libvirt_lxc
E
Eric Blake 已提交
108
/src/locking/qemu-sanlock.conf
109
/src/locking/test_libvirt_sanlock.aug
110 111 112 113
/src/lxc/lxc_controller_dispatch.h
/src/lxc/lxc_monitor_dispatch.h
/src/lxc/lxc_protocol.c
/src/lxc/lxc_protocol.h
114
/src/lxc/test_libvirtd_lxc.aug
115
/src/qemu/test_libvirtd_qemu.aug
116 117
/src/remote/*_client_bodies.h
/src/remote/*_protocol.[ch]
J
Jiri Denemark 已提交
118
/src/rpc/virkeepaliveprotocol.[ch]
119
/src/rpc/virnetprotocol.[ch]
120
/src/test_libvirt*.aug
L
Lai Jiangshan 已提交
121
/src/util/virkeymaps.h
122
/src/virt-aa-helper
E
Eric Blake 已提交
123
/tests/*.log
124 125 126
/tests/*.pid
/tests/*xml2*test
/tests/commandhelper
127
/tests/commandtest
128
/tests/conftest
E
Eric Blake 已提交
129
/tests/cputest
130
/tests/domainsnapshotxml2xmltest
131 132
/tests/esxutilstest
/tests/eventtest
E
Eric Blake 已提交
133
/tests/hashtest
E
Eric Blake 已提交
134
/tests/jsontest
135
/tests/libvirtdconftest
E
Eric Blake 已提交
136
/tests/networkxml2argvtest
137
/tests/nodeinfotest
E
Eric Blake 已提交
138
/tests/nwfilterxml2xmltest
139 140 141
/tests/object-locking
/tests/object-locking-files.txt
/tests/object-locking.cm[ix]
142
/tests/openvzutilstest
143 144
/tests/qemuargv2xmltest
/tests/qemuhelptest
145
/tests/qemumonitorjsontest
146
/tests/qemumonitortest
E
Eric Blake 已提交
147
/tests/qemuxmlnstest
148 149 150 151
/tests/qparamtest
/tests/reconnect
/tests/secaatest
/tests/seclabeltest
152
/tests/securityselinuxtest
153
/tests/sexpr2xmltest
154
/tests/shunloadtest
155 156 157
/tests/sockettest
/tests/ssh
/tests/statstest
158
/tests/storagebackendsheepdogtest
159
/tests/utiltest
160
/tests/viratomictest
E
Eric Blake 已提交
161
/tests/virauthconfigtest
H
Hu Tao 已提交
162
/tests/virbitmaptest
163
/tests/virbuftest
164
/tests/virdrivermoduletest
E
Eric Blake 已提交
165
/tests/virhashtest
E
Eric Blake 已提交
166
/tests/virkeyfiletest
167 168
/tests/virnet*test
/tests/virshtest
169
/tests/virtimetest
E
Eric Blake 已提交
170
/tests/viruritest
171 172 173 174 175
/tests/vmx2xmltest
/tests/xencapstest
/tests/xmconfigtest
/tools/*.[18]
/tools/libvirt-guests.init
176
/tools/libvirt-guests.service
177 178 179 180
/tools/virsh
/tools/virsh-*-edit.c
/tools/virt-*-validate
/tools/virt-sanlock-cleanup
E
Eric Blake 已提交
181
/update.log
182
Makefile
J
Jim Meyering 已提交
183
Makefile.in
E
Eric Blake 已提交
184
TAGS
J
Jim Meyering 已提交
185
coverage
D
Daniel Veillard 已提交
186 187
cscope.files
cscope.out
J
Jim Meyering 已提交
188 189 190 191
results.log
stamp-h
stamp-h.in
stamp-h1
192 193
!/gnulib/lib/Makefile.am
!/gnulib/tests/Makefile.am
E
Eric Blake 已提交
194 195 196 197
!/m4/virt-*.m4
!/po/*.po
!/po/POTFILES.in
!/po/libvirt.pot