Repository: commons-compress Updated Branches: refs/heads/master 8de4b8a41 -> e0c83d24e
add a few more patterns to .gitattributes Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/e0c83d24 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/e0c83d24 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/e0c83d24 Branch: refs/heads/master Commit: e0c83d24ed5a59911b0ee59a72104410b91a7c0d Parents: 8de4b8a Author: Stefan Bodewig <bode...@apache.org> Authored: Fri Dec 9 22:42:17 2016 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Fri Dec 9 22:42:17 2016 +0100 ---------------------------------------------------------------------- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/e0c83d24/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index 8214dab..11ea3e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,11 @@ *.ar binary *.arj binary +*.java text diff=java +*.md text +*.txt text +*.xml text +*.yml text +.gitattributes text # These must be identical to the copies in SHRUNK.ZIP src/test/resources/test1.xml eol=lf src/test/resources/test2.xml eol=lf