
Hi Ralph,
On Thu, 1 May 2014 14:18:41 -0400 Ralph Siemsen ralphs@netwinder.org wrote:
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
I am Ccing Dan Murphy, the author of commit 86a8b3a207 just in case.
I am not sure if this change is trivial or not. But anyway this patch worked for me on git v1.7.9.5 and v1.8.3.2.
Tested-by: Masahiro Yamada yamada.m@jp.panasonic.com [on git v1.7.9.5 / v1.8.3.2]
Best Regards Masahiro Yamada