* .bzrignore: Add *.pp, **/.dirstamp, grub-core/*.module, and
grub-core/*.pp.
This commit is contained in:
parent
9056cbf38e
commit
c2a4eba698
2 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,7 @@ Makefile
|
||||||
mod-*.c
|
mod-*.c
|
||||||
missing
|
missing
|
||||||
*.pf2
|
*.pf2
|
||||||
|
*.pp
|
||||||
po/*.mo
|
po/*.mo
|
||||||
po/grub.pot
|
po/grub.pot
|
||||||
stamp-h
|
stamp-h
|
||||||
|
@ -91,7 +92,10 @@ texinfo.tex
|
||||||
grub-core/lib/libgcrypt-grub
|
grub-core/lib/libgcrypt-grub
|
||||||
**/.deps-util
|
**/.deps-util
|
||||||
**/.deps-core
|
**/.deps-core
|
||||||
|
**/.dirstamp
|
||||||
Makefile.util.am
|
Makefile.util.am
|
||||||
grub-core/Makefile.core.am
|
grub-core/Makefile.core.am
|
||||||
grub-core/Makefile.gcry.am
|
grub-core/Makefile.gcry.am
|
||||||
grub-core/Makefile.gcry.def
|
grub-core/Makefile.gcry.def
|
||||||
|
grub-core/*.module
|
||||||
|
grub-core/*.pp
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-02 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* .bzrignore: Add *.pp, **/.dirstamp, grub-core/*.module, and
|
||||||
|
grub-core/*.pp.
|
||||||
|
|
||||||
2010-09-02 Colin Watson <cjwatson@ubuntu.com>
|
2010-09-02 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
Zero %ebp and %edi when entering Linux's 32-bit entry point, as
|
Zero %ebp and %edi when entering Linux's 32-bit entry point, as
|
||||||
|
|
Loading…
Reference in a new issue