diff options
author | Eric Blake <eblake@redhat.com> | 2010-11-16 12:29:09 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-11-17 10:13:12 -0700 |
commit | 144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a (patch) | |
tree | 8ce9200a58757880e4bc030bb48084fe19b5bb06 /.gitignore | |
parent | maint: improve i18n on non-Linux (diff) | |
download | libvirt-144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a.tar.gz libvirt-144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a.tar.bz2 libvirt-144c06d4ee4cdf9c2035b9912844ab42bcd4dd9a.zip |
maint: update to latest gnulib
Allows bootstrap to work on FreeBSD, where gzip doesn't have a '.'
in its version; and silences false positives in the new
'make syntax-check' rule.
* .gnulib: Update to latest.
* bootstrap: Synchronize to upstream.
* .x-sc_bindtextdomain: New exemptions.
* Makefile.am (syntax_check_exceptions): Ship new file.
* .gitignore: Regenerate per latest bootstrap, anchor entries that
are only in the root directory, and consolidate entries from other
generated .gitignore files.
* build-aux/.gitignore, m4/.gitignore, po/.gitignore: Remove from
version control, since bootstrap generates them.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 65 |
1 files changed, 36 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore index a9235b280..f07904c99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +!/m4/compiler-flags.m4 +!/po/*.po +!/po/POTFILES.in +!/po/libvirt.pot *#*# *.#*# *.a @@ -12,45 +16,48 @@ .git .git-module-status .sc-start-sc_* +/ABOUT-NLS +/COPYING +/ChangeLog /GNUmakefile +/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 /libvirt-[0-9]* +/libvirt.pc +/libvirt.spec +/ltconfig +/ltmain.sh +/m4/ /maint.mk +/mingw32-libvirt.spec +/mkinstalldirs +/po/ /proxy/ -ABOUT-NLS -COPYING -ChangeLog -INSTALL +/tests/*.log +/tests/nwfilterxml2xmltest +/update.log Makefile Makefile.in -NEWS -aclocal.m4 -autom4te.cache -config.cache -config.guess -config.h -config.h.in -config.log -config.rpath -config.status -config.sub -configure -configure.lineno coverage cscope.files cscope.out -gnulib/ -libtool -libvirt-*.tar.gz -libvirt.pc -libvirt.spec -ltconfig -ltmain.sh -mingw32-libvirt.spec -mkinstalldirs results.log stamp-h stamp-h.in stamp-h1 -tests/*.log -tests/nwfilterxml2xmltest -update.log |