Repository: tomee Updated Branches: refs/heads/master a8d71ea39 -> 085392edd
Update Git attributes Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/085392ed Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/085392ed Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/085392ed Branch: refs/heads/master Commit: 085392edd848fdfcfc6397159c8a289afeafa65a Parents: a8d71ea Author: [email protected] <[email protected]> Authored: Mon Nov 16 18:48:39 2015 +0100 Committer: [email protected] <[email protected]> Committed: Mon Nov 16 18:48:39 2015 +0100 ---------------------------------------------------------------------- .gitattributes | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/085392ed/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index aecf250..f4510d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,38 @@ -* -crlf +# Handle line endings automatically for files detected as text +# and leave all files detected as binary untouched. +* text=auto + +# +# The above will handle all files NOT found below +# +# These files are text and should be normalized (Convert crlf => lf) +*.css text +*.df text +*.htm text +*.html text +*.java text +*.js text +*.json text +*.jsp text +*.jspf text +*.properties text +*.sh text +*.svg text +*.tld text +*.txt text +*.xml text + +# These files are binary and should be left untouched +# (binary is a macro for -text -diff) +*.class binary +*.dll binary +*.ear binary +*.gif binary +*.ico binary +*.jar binary +*.jpg binary +*.jpeg binary +*.png binary +*.so binary +*.war binary +*.zip filter=lfs -crlf
