Skip to content
Snippets Groups Projects
Commit 93f70dfd authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

.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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent de04d64e
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,10 @@ ...@@ -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 ...@@ -88,6 +92,3 @@ GPATH
GRTAGS GRTAGS
GSYMS GSYMS
GTAGS GTAGS
# spl ais files
/spl/*.ais
u-boot-spl
u-boot-spl.bin
u-boot-spl.lds
u-boot-spl.map
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment