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