attributes
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/953cf927 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/953cf927 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/953cf927 Branch: refs/heads/tomee-7.0.0-M1 Commit: 953cf927346556c1e976c0b94703ac33afc1d2a5 Parents: 360ceef Author: AndyGee <[email protected]> Authored: Wed Nov 25 10:23:55 2015 +0100 Committer: AndyGee <[email protected]> Committed: Wed Nov 25 10:24:46 2015 +0100 ---------------------------------------------------------------------- .gitattributes | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/953cf927/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index fd3a6eb..dec1aaa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,9 +21,8 @@ *.tld text *.txt text *.xml text - -# These are windows files. They should use crlf -*.bat text eol=crlf +*.xsd text +*.groovy text # These files are binary and should be left untouched # (binary is a macro for -text -diff) @@ -39,3 +38,12 @@ *.so binary *.war binary *.zip binary +*.exe binary +*.gz binary + +#Windows +*.bat text eol=crlf +*.cmd text eol=crlf + +#Unix/Linux +*.sh text eol=lf \ No newline at end of file
