summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRalph Siemsen <ralphs@netwinder.org>2014-05-01 14:18:41 -0400
committerTom Rini <trini@ti.com>2014-05-12 15:20:05 -0400
commit7e18a1b9586e4d992f49bcd0728a93f8828b9f98 (patch)
treee8521c9eb5d539e6c3f12922145bb322328ac526 /.gitignore
parent717ccc1d7f77b4d1177c098749adc07205a22fa1 (diff)
downloadtalos-obmc-uboot-7e18a1b9586e4d992f49bcd0728a93f8828b9f98.tar.gz
talos-obmc-uboot-7e18a1b9586e4d992f49bcd0728a93f8828b9f98.zip
Trivial fix to .gitignore for spl/Makefile
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]
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cba5eac2a0..a6b2d1c650 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,8 +47,8 @@
/errlog
/reloc_off
-!/spl/Makefile
/spl/*
+!/spl/Makefile
/tpl/
#
OpenPOWER on IntegriCloud