mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
.gitignore: ignore spl/ and tpl/ directories except spl/Makefile
Before this commit, output files under tpl/ directry were not ignored. This commit fixes this problem. And we have only one source file under spl/ directory: spl/Makefile So, we can describe .gitignore more simply. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:

committed by
Tom Rini

parent
de04d64eda
commit
93f70dfd58
7
.gitignore
vendored
7
.gitignore
vendored
@ -59,6 +59,10 @@
|
|||||||
/errlog
|
/errlog
|
||||||
/reloc_off
|
/reloc_off
|
||||||
|
|
||||||
|
/spl/
|
||||||
|
!/spl/Makefile
|
||||||
|
/tpl/
|
||||||
|
|
||||||
/include/generated/
|
/include/generated/
|
||||||
/include/spl-autoconf.mk
|
/include/spl-autoconf.mk
|
||||||
/include/tpl-autoconf.mk
|
/include/tpl-autoconf.mk
|
||||||
@ -88,6 +92,3 @@ GPATH
|
|||||||
GRTAGS
|
GRTAGS
|
||||||
GSYMS
|
GSYMS
|
||||||
GTAGS
|
GTAGS
|
||||||
|
|
||||||
# spl ais files
|
|
||||||
/spl/*.ais
|
|
||||||
|
4
spl/.gitignore
vendored
4
spl/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
u-boot-spl
|
|
||||||
u-boot-spl.bin
|
|
||||||
u-boot-spl.lds
|
|
||||||
u-boot-spl.map
|
|
Reference in New Issue
Block a user