]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Trivial fix to .gitignore for spl/Makefile
authorRalph Siemsen <ralphs@netwinder.org>
Thu, 1 May 2014 18:18:41 +0000 (14:18 -0400)
committerTom Rini <trini@ti.com>
Mon, 12 May 2014 19:20:05 +0000 (15:20 -0400)
Trivial fix to .gitignore for spl/Makefile

According to the gitignore man page:

"An optional prefix "!" which negates the pattern; any matching file
excluded by a previous pattern will become included again."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
So the directory exclude "/spl/*" must come before the exception
for spl/Makefile otherwise it has no effect.

Signed-off-by: Ralph Siemsen <ralphs@netwinder.org>
Tested-by: Masahiro Yamada <yamada.m@jp.panasonic.com> [on git v1.7.9.5 / v1.8.3.2]
.gitignore

index cba5eac2a03223699866c0c01d648abe6f29c65e..a6b2d1c650c151e44b8820ec7211cd7442b17e36 100644 (file)
@@ -47,8 +47,8 @@
 /errlog
 /reloc_off
 
-!/spl/Makefile
 /spl/*
+!/spl/Makefile
 /tpl/
 
 #