]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* .bzrignore: Add gentrigtables, grub-script-check,
authorColin Watson <cjwatson@ubuntu.com>
Fri, 19 Mar 2010 11:28:05 +0000 (11:28 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 19 Mar 2010 11:28:05 +0000 (11:28 +0000)
grub_script_check_init.c, grub_script_check_init.h, and
trigtables.c.

.bzrignore
ChangeLog

index 8cdc9d12d01b98be6f5d1f7eba66b195b4b15164..5a1443d0957ce47e6c2f40b055061c7a22638563 100644 (file)
@@ -25,6 +25,7 @@ docs/version.texi
 *.exec
 genkernsyms.sh
 gensymlist.sh
+gentrigtables
 grub-dumpbios
 grub-editenv
 grub-emu
@@ -40,6 +41,9 @@ grub-pe2elf
 grub-probe
 grub_probe_init.c
 grub_probe_init.h
+grub-script-check
+grub_script_check_init.c
+grub_script_check_init.h
 grub_script.tab.c
 grub_script.tab.h
 grub-setup
@@ -62,4 +66,5 @@ stamp-h
 stamp-h1
 stamp-h.in
 symlist.c
+trigtables.c
 update-grub_lib
index c5cab15337bdfd440ea8fcfb3385d199f2010fa7..6875f1afe01aefd1c86124ffa63c051c2823ae0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-19  Colin Watson  <cjwatson@ubuntu.com>
+
+       * .bzrignore: Add gentrigtables, grub-script-check,
+       grub_script_check_init.c, grub_script_check_init.h, and
+       trigtables.c.
+
 2010-03-18  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * kern/parser.c: Indented.