.gitignore 1.2 KB
Newer Older
E
Eric Blake 已提交
1 2
*#*#
*.#*#
J
Jim Meyering 已提交
3
*.a
E
Eric Blake 已提交
4
*.exe
5 6 7
*.gcda
*.gcno
*.gcov
J
Jim Meyering 已提交
8
*.o
E
Eric Blake 已提交
9 10
*.orig
*.rej
J
Jim Meyering 已提交
11
*~
12
.git
13
.git-module-status
14
.lvimrc
15
.sc-start-sc_*
E
Eric Blake 已提交
16 17 18
/ABOUT-NLS
/COPYING
/ChangeLog
E
Eric Blake 已提交
19
/GNUmakefile
E
Eric Blake 已提交
20 21 22 23
/INSTALL
/NEWS
/aclocal.m4
/autom4te.cache
D
Daniel Veillard 已提交
24
/build-aux
E
Eric Blake 已提交
25
/build-aux/
E
Eric Blake 已提交
26
/build/
E
Eric Blake 已提交
27 28 29 30 31 32 33 34 35 36
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/configure.lineno
37
/daemon/*_dispatch.h
E
Eric Blake 已提交
38
/docs/hvsupport.html.in
39 40 41
/gnulib/lib/*
/gnulib/m4/*
/gnulib/tests/*
E
Eric Blake 已提交
42 43
/libtool
/libvirt-*.tar.gz
E
Eric Blake 已提交
44
/libvirt-[0-9]*
E
Eric Blake 已提交
45 46 47 48
/libvirt.pc
/libvirt.spec
/ltconfig
/ltmain.sh
E
Eric Blake 已提交
49
/m4/*
E
Eric Blake 已提交
50
/maint.mk
E
Eric Blake 已提交
51 52
/mingw32-libvirt.spec
/mkinstalldirs
E
Eric Blake 已提交
53
/po/*
54
/proxy/
55
/python/generator.py.stamp
E
Eric Blake 已提交
56
/sc_*
57
/src/hyperv/*.generated.*
E
Eric Blake 已提交
58
/src/libvirt_iohelper
E
Eric Blake 已提交
59
/src/locking/qemu-sanlock.conf
60 61
/src/remote/*_client_bodies.h
/src/remote/*_protocol.[ch]
62
/src/rpc/virnetprotocol.[ch]
L
Lai Jiangshan 已提交
63
/src/util/virkeymaps.h
E
Eric Blake 已提交
64
/tests/*.log
E
Eric Blake 已提交
65
/tests/cputest
E
Eric Blake 已提交
66
/tests/hashtest
E
Eric Blake 已提交
67
/tests/jsontest
E
Eric Blake 已提交
68
/tests/networkxml2argvtest
E
Eric Blake 已提交
69
/tests/nwfilterxml2xmltest
70
/tests/openvzutilstest
E
Eric Blake 已提交
71
/update.log
72
Makefile
J
Jim Meyering 已提交
73
Makefile.in
E
Eric Blake 已提交
74
TAGS
J
Jim Meyering 已提交
75
coverage
D
Daniel Veillard 已提交
76 77
cscope.files
cscope.out
J
Jim Meyering 已提交
78 79 80 81
results.log
stamp-h
stamp-h.in
stamp-h1
82 83
!/gnulib/lib/Makefile.am
!/gnulib/tests/Makefile.am
E
Eric Blake 已提交
84 85 86 87
!/m4/virt-*.m4
!/po/*.po
!/po/POTFILES.in
!/po/libvirt.pot