]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* .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 f0308276cfea86f6122644b7d193e4c47d0d787c..dc93061a656582afe63090d73d5a9f843db5e23e 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 2b84f8994dde3072f9705935228a8787f82f2511..dae7160567933d490dfa268aa20126831169f036 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.