commit | 93f70dfd58ff0c291c88af57785f131d534d5559 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Nov 26 18:05:45 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Dec 13 09:17:32 2013 -0500 |
tree | 8035c20ba65ed40236e9ef50920f1c11102d47e8 | |
parent | de04d64eda42490f94d638e8ee2e12e494e80417 [diff] |
.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>