Repository: openmeetings Updated Branches: refs/heads/3.3.x 68d078cd0 -> 1cb3518f0
.gitattributes is added to normalize line endings Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/11e8d9dc Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/11e8d9dc Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/11e8d9dc Branch: refs/heads/3.3.x Commit: 11e8d9dc5d2441b6394543d9f0e7b2109499c5e7 Parents: 68d078c Author: Maxim Solodovnik <[email protected]> Authored: Thu May 18 12:34:12 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Thu May 18 12:34:12 2017 +0700 ---------------------------------------------------------------------- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/11e8d9dc/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f797f9a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +*.java text +*.xml text + +*.png binary +*.jpg binary
