From 02c39a2f6d08d1f73b0ffdaeb3c0fd70af2e6e56 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 5 Apr 2011 13:06:31 -0600 Subject: build: fix gitignore sorting Make it so we don't have to 'git add -f' particular files like po/POTFILES.in all the time (tested by fixing one of our special-case files as part of the patch). * .gnulib: Update to latest. * bootstrap: Resync from coreutils. * .gitignore: Sort whitelist entries correctly, including ignoring files rather than directories. * m4/virt-compile-warnings.m4: Convert tabs to space. --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 24c96b527..35dbddea4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -!/m4/virt-*.m4 -!/po/*.po -!/po/POTFILES.in -!/po/libvirt.pot *#*# *.#*# *.a @@ -46,11 +42,11 @@ /libvirt.spec /ltconfig /ltmain.sh -/m4/ +/m4/* /maint.mk /mingw32-libvirt.spec /mkinstalldirs -/po/ +/po/* /proxy/ /src/libvirt_iohelper /tests/*.log @@ -67,3 +63,7 @@ results.log stamp-h stamp-h.in stamp-h1 +!/m4/virt-*.m4 +!/po/*.po +!/po/POTFILES.in +!/po/libvirt.pot -- cgit v1.2.3-65-gdbad