diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-26 18:05:45 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-13 09:17:32 -0500 |
commit | 93f70dfd58ff0c291c88af57785f131d534d5559 (patch) | |
tree | 8035c20ba65ed40236e9ef50920f1c11102d47e8 /spl | |
parent | de04d64eda42490f94d638e8ee2e12e494e80417 (diff) | |
download | u-boot-imx-93f70dfd58ff0c291c88af57785f131d534d5559.zip u-boot-imx-93f70dfd58ff0c291c88af57785f131d534d5559.tar.gz u-boot-imx-93f70dfd58ff0c291c88af57785f131d534d5559.tar.bz2 |
.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>
Diffstat (limited to 'spl')
-rw-r--r-- | spl/.gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spl/.gitignore b/spl/.gitignore deleted file mode 100644 index 7c88147..0000000 --- a/spl/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -u-boot-spl -u-boot-spl.bin -u-boot-spl.lds -u-boot-spl.map |