diff options
author | Eric Blake <eblake@redhat.com> | 2011-04-05 13:06:31 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-04-07 15:03:53 -0600 |
commit | 02c39a2f6d08d1f73b0ffdaeb3c0fd70af2e6e56 (patch) | |
tree | a35ad9ec71af6c913a292f59208e52c0aea8a77f /.gitignore | |
parent | docs: add an IPv6 address to network XML examples (diff) | |
download | libvirt-02c39a2f6d08d1f73b0ffdaeb3c0fd70af2e6e56.tar.gz libvirt-02c39a2f6d08d1f73b0ffdaeb3c0fd70af2e6e56.tar.bz2 libvirt-02c39a2f6d08d1f73b0ffdaeb3c0fd70af2e6e56.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
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 |