From bc8a6137b23292771d8b1a9bd0b32288c3d94e7d Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Wed, 13 Nov 2013 20:53:57 +0000 Subject: [PATCH] * .gitignore: fix rules for .dep* and add *.a post git migration --- .gitignore | 9 +++++---- ChangeLog | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e7251ff4f..1985a6eec 100644 --- a/.gitignore +++ b/.gitignore @@ -127,6 +127,7 @@ mod-*.c missing netboot_test *.o +*.a ohci_test partmap_test pata_test @@ -161,10 +162,10 @@ depcomp mdate-sh texinfo.tex grub-core/lib/libgcrypt-grub -**/.deps -**/.deps-util -**/.deps-core -**/.dirstamp +.deps +.deps-util +.deps-core +.dirstamp Makefile.util.am contrib grub-core/bootinfo.txt diff --git a/ChangeLog b/ChangeLog index 2d9df294e..99cf14a14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-13 Leif Lindholm + + * .gitignore: fix rules for .dep* and add *.a post git migration + 2013-11-13 Colin Watson * configure.ac (AM_INIT_AUTOMAKE): Require at least version 1.10.1,