* .gitignore: Only ignore grub-mk* at the top level.
This commit is contained in:
parent
23012db921
commit
59ba9d147f
2 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -62,7 +62,7 @@ grub-install
|
|||
grub-kbdcomp
|
||||
grub-macho2img
|
||||
grub-menulst2cfg
|
||||
grub-mk*
|
||||
/grub-mk*
|
||||
grub-mount
|
||||
grub-ofpathname
|
||||
grub-pe2elf
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue