summaryrefslogtreecommitdiffstats
path: root/spl
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-26 18:05:45 +0900
committerTom Rini <trini@ti.com>2013-12-13 09:17:32 -0500
commit93f70dfd58ff0c291c88af57785f131d534d5559 (patch)
tree8035c20ba65ed40236e9ef50920f1c11102d47e8 /spl
parentde04d64eda42490f94d638e8ee2e12e494e80417 (diff)
downloadtalos-obmc-uboot-93f70dfd58ff0c291c88af57785f131d534d5559.tar.gz
talos-obmc-uboot-93f70dfd58ff0c291c88af57785f131d534d5559.zip
.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/.gitignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/spl/.gitignore b/spl/.gitignore
deleted file mode 100644
index 7c8814709f..0000000000
--- a/spl/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-u-boot-spl
-u-boot-spl.bin
-u-boot-spl.lds
-u-boot-spl.map
OpenPOWER on IntegriCloud