* .bzrignore: Add gentrigtables, grub-script-check,

grub_script_check_init.c, grub_script_check_init.h, and
trigtables.c.
This commit is contained in:
Colin Watson 2010-03-19 11:28:05 +00:00
parent f84afb2775
commit c9f5842752
2 changed files with 11 additions and 0 deletions

View File

@ -25,6 +25,7 @@ docs/version.texi
*.exec *.exec
genkernsyms.sh genkernsyms.sh
gensymlist.sh gensymlist.sh
gentrigtables
grub-dumpbios grub-dumpbios
grub-editenv grub-editenv
grub-emu grub-emu
@ -40,6 +41,9 @@ grub-pe2elf
grub-probe grub-probe
grub_probe_init.c grub_probe_init.c
grub_probe_init.h grub_probe_init.h
grub-script-check
grub_script_check_init.c
grub_script_check_init.h
grub_script.tab.c grub_script.tab.c
grub_script.tab.h grub_script.tab.h
grub-setup grub-setup
@ -62,4 +66,5 @@ stamp-h
stamp-h1 stamp-h1
stamp-h.in stamp-h.in
symlist.c symlist.c
trigtables.c
update-grub_lib update-grub_lib

View File

@ -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> 2010-03-18 Vladimir Serbinenko <phcoder@gmail.com>
* kern/parser.c: Indented. * kern/parser.c: Indented.