* .gitignore: fix rules for .dep* and add *.a post git migration
This commit is contained in:
parent
6fe506b04b
commit
bc8a6137b2
2 changed files with 9 additions and 4 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -127,6 +127,7 @@ mod-*.c
|
||||||
missing
|
missing
|
||||||
netboot_test
|
netboot_test
|
||||||
*.o
|
*.o
|
||||||
|
*.a
|
||||||
ohci_test
|
ohci_test
|
||||||
partmap_test
|
partmap_test
|
||||||
pata_test
|
pata_test
|
||||||
|
@ -161,10 +162,10 @@ depcomp
|
||||||
mdate-sh
|
mdate-sh
|
||||||
texinfo.tex
|
texinfo.tex
|
||||||
grub-core/lib/libgcrypt-grub
|
grub-core/lib/libgcrypt-grub
|
||||||
**/.deps
|
.deps
|
||||||
**/.deps-util
|
.deps-util
|
||||||
**/.deps-core
|
.deps-core
|
||||||
**/.dirstamp
|
.dirstamp
|
||||||
Makefile.util.am
|
Makefile.util.am
|
||||||
contrib
|
contrib
|
||||||
grub-core/bootinfo.txt
|
grub-core/bootinfo.txt
|
||||||
|
|
|
@ -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>
|
2013-11-13 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* configure.ac (AM_INIT_AUTOMAKE): Require at least version 1.10.1,
|
* configure.ac (AM_INIT_AUTOMAKE): Require at least version 1.10.1,
|
||||||
|
|
Loading…
Reference in a new issue