]> git.sur5r.net Git - u-boot/commitdiff
.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)
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]

index a39bd54d38db4f635c71813c9f1b4319898c5b3b..a1f07f00c675ac58197ab7d0eb5b227784257b91 100644 (file)
 /errlog
 /reloc_off
 
+/spl/
+!/spl/Makefile
+/tpl/
+
 /include/generated/
 /include/spl-autoconf.mk
 /include/tpl-autoconf.mk
@@ -88,6 +92,3 @@ GPATH
 GRTAGS
 GSYMS
 GTAGS
-
-# spl ais files
-/spl/*.ais
diff --git a/spl/.gitignore b/spl/.gitignore
deleted file mode 100644 (file)
index 7c88147..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-u-boot-spl
-u-boot-spl.bin
-u-boot-spl.lds
-u-boot-spl.map