You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2017/01/31 23:48:35 UTC

[3/6] incubator-toree git commit: Add git configuration for line ending

Add git configuration for line ending


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/216d8890
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/216d8890
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/216d8890

Branch: refs/heads/sandbox
Commit: 216d8890ea5e3c5255b46bf944c6ffff53422477
Parents: 99f2268
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Jan 7 20:08:56 2017 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Jan 7 20:08:56 2017 -0800

----------------------------------------------------------------------
 .gitattributes | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/216d8890/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a8edefd
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,13 @@
+# Set the default behavior to have all files normalized to Unix-style
+# line endings upon check-in.
+* text=auto
+
+# Declare files that will always have CRLF line endings on checkout.
+*.bat text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.dll binary
+*.exp binary
+*.lib binary
+*.pdb binary
+*.exe binary