* .gitignore: fix rules for .dep* and add *.a post git migration

This commit is contained in:
Leif Lindholm 2013-11-13 20:53:57 +00:00
parent 6fe506b04b
commit bc8a6137b2
2 changed files with 9 additions and 4 deletions

9
.gitignore vendored
View File

@ -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

View File

@ -1,3 +1,7 @@
2013-11-13 Leif Lindholm <leif.lindholm@linaro.org>
* .gitignore: fix rules for .dep* and add *.a post git migration
2013-11-13 Colin Watson <cjwatson@ubuntu.com>
* configure.ac (AM_INIT_AUTOMAKE): Require at least version 1.10.1,