add to ignore the line ending differences. 53/1253/1
authorLin, Jerry (jl319x) <jl319x@att.com>
Wed, 22 Feb 2017 21:32:52 +0000 (16:32 -0500)
committerLin, Jerry (jl319x) <jl319x@att.com>
Wed, 22 Feb 2017 21:34:19 +0000 (16:34 -0500)
Change-Id: I8ce2034ab9b0f27013d24c5ab7f92076d9cab69a
Signed-off-by: Lin, Jerry (jl319x) <jl319x@att.com>
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..2f108b8
--- /dev/null
@@ -0,0 +1,14 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+*.java text eol=crlf
+*.sh text eol=crlf
+*.pl text eol=crlf
+*.json text eol=crlf
+*.properties text eol=crlf
+*.xml text eol=crlf
+*.xsd text eol=crlf
+*.txt text eol=crlf
+