]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
.gitignore: ignore spl/ and tpl/ directories except spl/Makefile
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 26 Nov 2013 09:05:45 +0000 (18:05 +0900)
committerTom Rini <trini@ti.com>
Fri, 13 Dec 2013 14:17:32 +0000 (09:17 -0500)
commit93f70dfd58ff0c291c88af57785f131d534d5559
tree8035c20ba65ed40236e9ef50920f1c11102d47e8
parentde04d64eda42490f94d638e8ee2e12e494e80417
.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>
.gitignore
spl/.gitignore [deleted file]