]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* .bzrignore: Add *.pp, **/.dirstamp, grub-core/*.module, and
authorColin Watson <cjwatson@ubuntu.com>
Thu, 2 Sep 2010 21:42:36 +0000 (22:42 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 2 Sep 2010 21:42:36 +0000 (22:42 +0100)
grub-core/*.pp.

.bzrignore
ChangeLog

index 3c7150afbb3092068e9ff2dc1e528eb56070c206..cfdd069fdd29cf6715965855438573102980dec6 100644 (file)
@@ -69,6 +69,7 @@ Makefile
 mod-*.c
 missing
 *.pf2
+*.pp
 po/*.mo
 po/grub.pot
 stamp-h
@@ -91,7 +92,10 @@ texinfo.tex
 grub-core/lib/libgcrypt-grub
 **/.deps-util
 **/.deps-core
+**/.dirstamp
 Makefile.util.am
 grub-core/Makefile.core.am
 grub-core/Makefile.gcry.am
 grub-core/Makefile.gcry.def
+grub-core/*.module
+grub-core/*.pp
index a12035634e405d8206f6527fb9af7f1479ff6efd..0f04c8c79365ad9f743c11b8f6db20d2748ade77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Zero %ebp and %edi when entering Linux's 32-bit entry point, as