History log of /external/ltp/include/mk/gitignore.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8967f960f820f449162101a02ee5747f195a8a57 14-Feb-2017 Ngie Cooper <yaneurabeya@gmail.com> Update references with my old legal name/email to my current name/email address

No functional change

Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
/external/ltp/include/mk/gitignore.mk
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/include/mk/gitignore.mk
bb557c613ff4c7eab57cd83197ebbf1c39b15ce0 17-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Add initial work for generating .gitignore on the fly.

Needs polishing.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/include/mk/gitignore.mk