summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-09 15:14:11 +0900
committerTom Rini <trini@ti.com>2014-06-11 16:27:05 -0400
commitc71630838d908e410ee83f0164327e1fd515f1ca (patch)
tree689df7a159cfda3e03c66063523bcaaf90281e0d /.gitignore
parentddc94378db9fe0c9076512768b3576e0fdc580dd (diff)
kbuild: move spl/Makefile to scripts/Makefile.spl
All files under spl/ and tpl/ are generated during the build process except spl/Makefile. We can simplify clean-rule and git-ignore by moving spl/Makefile to somewhere else. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4e4fd00c2f..2ddf57f2a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,8 +49,7 @@
/errlog
/reloc_off
-/spl/*
-!/spl/Makefile
+/spl/
/tpl/
#