Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 3a12c9385 -> 8bdb1c0aa
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/8bdb1c0a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/8bdb1c0a Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/8bdb1c0a Branch: refs/heads/tomee-1.7.x Commit: 8bdb1c0aa87a6a05bf895e002b66daa910676c44 Parents: 3a12c93 Author: AndyGee <[email protected]> Authored: Mon Nov 16 18:32:46 2015 +0100 Committer: AndyGee <[email protected]> Committed: Mon Nov 16 18:32:46 2015 +0100 ---------------------------------------------------------------------- .gitattributes | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/8bdb1c0a/.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
