.gitignore 2.8 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 54 55 56 57
/daemon/libvirt_qemud
/daemon/libvirtd
/daemon/libvirtd.init
/daemon/libvirtd.service
/daemon/libvirtd*.logrotate
/daemon/libvirtd.8
/daemon/libvirtd.8.in
/daemon/libvirtd.pod
/docs/devhelp/libvirt.devhelp
E
Eric Blake 已提交
58
/docs/hvsupport.html.in
59
/docs/libvirt-api.xml
E
Eric Blake 已提交
60
/docs/libvirt-qemu-*.xml
61 62 63 64 65 66 67
/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
68 69 70
/gnulib/lib/*
/gnulib/m4/*
/gnulib/tests/*
71
/include/libvirt/libvirt.h
E
Eric Blake 已提交
72 73
/libtool
/libvirt-*.tar.gz
E
Eric Blake 已提交
74
/libvirt-[0-9]*
E
Eric Blake 已提交
75 76 77 78
/libvirt.pc
/libvirt.spec
/ltconfig
/ltmain.sh
E
Eric Blake 已提交
79
/m4/*
E
Eric Blake 已提交
80
/maint.mk
E
Eric Blake 已提交
81 82
/mingw32-libvirt.spec
/mkinstalldirs
E
Eric Blake 已提交
83
/po/*
84
/proxy/
85
/python/generated.stamp
86
/python/generator.py.stamp
87
/python/libvirt-export.c
E
Eric Blake 已提交
88 89
/python/libvirt-qemu-export.c
/python/libvirt-qemu.[ch]
90 91
/python/libvirt.[ch]
/python/libvirt.py
E
Eric Blake 已提交
92
/python/libvirt_qemu.py
E
Eric Blake 已提交
93
/sc_*
94
/src/esx/*.generated.*
95
/src/hyperv/*.generated.*
96 97 98 99 100
/src/libvirt*.def
/src/libvirt.syms
/src/libvirt_*.stp
/src/libvirt_*helper
/src/libvirt_lxc
E
Eric Blake 已提交
101
/src/locking/qemu-sanlock.conf
102
/src/probes.h
103 104
/src/remote/*_client_bodies.h
/src/remote/*_protocol.[ch]
J
Jiri Denemark 已提交
105
/src/rpc/virkeepaliveprotocol.[ch]
106
/src/rpc/virnetprotocol.[ch]
L
Lai Jiangshan 已提交
107
/src/util/virkeymaps.h
108
/src/virt-aa-helper
E
Eric Blake 已提交
109
/tests/*.log
110 111 112
/tests/*.pid
/tests/*xml2*test
/tests/commandhelper
113
/tests/commandtest
114
/tests/conftest
E
Eric Blake 已提交
115
/tests/cputest
116
/tests/domainsnapshotxml2xmltest
117 118
/tests/esxutilstest
/tests/eventtest
E
Eric Blake 已提交
119
/tests/hashtest
E
Eric Blake 已提交
120
/tests/jsontest
E
Eric Blake 已提交
121
/tests/networkxml2argvtest
122
/tests/nodeinfotest
E
Eric Blake 已提交
123
/tests/nwfilterxml2xmltest
124 125 126
/tests/object-locking
/tests/object-locking-files.txt
/tests/object-locking.cm[ix]
127
/tests/openvzutilstest
128 129
/tests/qemuargv2xmltest
/tests/qemuhelptest
130
/tests/qemumonitortest
E
Eric Blake 已提交
131
/tests/qemuxmlnstest
132 133 134 135 136
/tests/qparamtest
/tests/reconnect
/tests/secaatest
/tests/seclabeltest
/tests/sexpr2xmltest
137
/tests/shunloadtest
138 139 140 141 142
/tests/sockettest
/tests/ssh
/tests/statstest
/tests/utiltest
/tests/virbuftest
E
Eric Blake 已提交
143
/tests/virhashtest
144 145
/tests/virnet*test
/tests/virshtest
146
/tests/virtimetest
147 148 149 150 151 152 153 154 155
/tests/vmx2xmltest
/tests/xencapstest
/tests/xmconfigtest
/tools/*.[18]
/tools/libvirt-guests.init
/tools/virsh
/tools/virsh-*-edit.c
/tools/virt-*-validate
/tools/virt-sanlock-cleanup
E
Eric Blake 已提交
156
/update.log
157
Makefile
J
Jim Meyering 已提交
158
Makefile.in
E
Eric Blake 已提交
159
TAGS
J
Jim Meyering 已提交
160
coverage
D
Daniel Veillard 已提交
161 162
cscope.files
cscope.out
J
Jim Meyering 已提交
163 164 165 166
results.log
stamp-h
stamp-h.in
stamp-h1
167 168
!/gnulib/lib/Makefile.am
!/gnulib/tests/Makefile.am
E
Eric Blake 已提交
169 170 171 172
!/m4/virt-*.m4
!/po/*.po
!/po/POTFILES.in
!/po/libvirt.pot