* .gitignore: Only ignore grub-mk* at the top level.
authorColin Watson <cjwatson@ubuntu.com>
Fri, 15 Nov 2013 16:25:05 +0000 (16:25 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 15 Nov 2013 16:25:05 +0000 (16:25 +0000)
.gitignore
ChangeLog

index f030827..dc93061 100644 (file)
@@ -62,7 +62,7 @@ grub-install
 grub-kbdcomp
 grub-macho2img
 grub-menulst2cfg
-grub-mk*
+/grub-mk*
 grub-mount
 grub-ofpathname
 grub-pe2elf
index 2b84f89..dae7160 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-15  Colin Watson  <cjwatson@debian.org>
+
+       * .gitignore: Only ignore grub-mk* at the top level.
+
 2013-11-15  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-reboot.in (usage): Fix a typo.