Repository: openmeetings Updated Branches: refs/heads/master a2aee9856 -> 8e63647cd
.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/eacff5b8 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/eacff5b8 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/eacff5b8 Branch: refs/heads/master Commit: eacff5b806526060df867fc2c68b3b5db7813e4e Parents: a2aee98 Author: Maxim Solodovnik <[email protected]> Authored: Thu May 18 12:38:13 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Thu May 18 12:38:13 2017 +0700 ---------------------------------------------------------------------- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/eacff5b8/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c7fc5cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +*.java text +*.xml text + +*.png binary +*.jpg binary +
