From: Colin Watson Date: Fri, 15 Nov 2013 16:25:05 +0000 (+0000) Subject: * .gitignore: Only ignore grub-mk* at the top level. X-Git-Tag: grub-2.02-beta1~318 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=59ba9d147f7ef38209528d3ad2032e31102003be;p=thirdparty%2Fgrub.git * .gitignore: Only ignore grub-mk* at the top level. --- diff --git a/.gitignore b/.gitignore index f0308276c..dc93061a6 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,7 @@ grub-install grub-kbdcomp grub-macho2img grub-menulst2cfg -grub-mk* +/grub-mk* grub-mount grub-ofpathname grub-pe2elf diff --git a/ChangeLog b/ChangeLog index 2b84f8994..dae716056 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-15 Colin Watson + + * .gitignore: Only ignore grub-mk* at the top level. + 2013-11-15 Colin Watson * util/grub-reboot.in (usage): Fix a typo.