.gitignore 715 字节
Newer Older
E
Eric Blake 已提交
1 2 3 4
!/m4/compiler-flags.m4
!/po/*.po
!/po/POTFILES.in
!/po/libvirt.pot
E
Eric Blake 已提交
5 6
*#*#
*.#*#
J
Jim Meyering 已提交
7
*.a
E
Eric Blake 已提交
8
*.exe
9 10 11
*.gcda
*.gcno
*.gcov
J
Jim Meyering 已提交
12
*.o
E
Eric Blake 已提交
13 14
*.orig
*.rej
J
Jim Meyering 已提交
15
*~
16
.git
17
.git-module-status
18
.sc-start-sc_*
E
Eric Blake 已提交
19 20 21
/ABOUT-NLS
/COPYING
/ChangeLog
E
Eric Blake 已提交
22
/GNUmakefile
E
Eric Blake 已提交
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
/INSTALL
/NEWS
/aclocal.m4
/autom4te.cache
/build-aux/
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/configure.lineno
/gnulib/
/libtool
/libvirt-*.tar.gz
E
Eric Blake 已提交
41
/libvirt-[0-9]*
E
Eric Blake 已提交
42 43 44 45 46
/libvirt.pc
/libvirt.spec
/ltconfig
/ltmain.sh
/m4/
E
Eric Blake 已提交
47
/maint.mk
E
Eric Blake 已提交
48 49 50
/mingw32-libvirt.spec
/mkinstalldirs
/po/
51
/proxy/
E
Eric Blake 已提交
52 53 54
/tests/*.log
/tests/nwfilterxml2xmltest
/update.log
55
Makefile
J
Jim Meyering 已提交
56 57
Makefile.in
coverage
D
Daniel Veillard 已提交
58 59
cscope.files
cscope.out
J
Jim Meyering 已提交
60 61 62 63
results.log
stamp-h
stamp-h.in
stamp-h1
64
TAGS