From 59ba9d147f7ef38209528d3ad2032e31102003be Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 15 Nov 2013 16:25:05 +0000 Subject: [PATCH] * .gitignore: Only ignore grub-mk* at the top level. --- .gitignore | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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.