Commit 93f70dfd58ff0c291c88af57785f131d534d5559

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent de04d64eda

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

Showing 2 changed files with 4 additions and 7 deletions Side-by-side Diff

... ... @@ -59,6 +59,10 @@
59 59 /errlog
60 60 /reloc_off
61 61  
  62 +/spl/
  63 +!/spl/Makefile
  64 +/tpl/
  65 +
62 66 /include/generated/
63 67 /include/spl-autoconf.mk
64 68 /include/tpl-autoconf.mk
... ... @@ -88,7 +92,4 @@
88 92 GRTAGS
89 93 GSYMS
90 94 GTAGS
91   -
92   -# spl ais files
93   -/spl/*.ais
spl/.gitignore
1   -u-boot-spl
2   -u-boot-spl.bin
3   -u-boot-spl.lds
4   -u-boot-spl.map