aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-10 06:33:16 -0800
committerLuciano Resende <lresende@apache.org>2017-01-10 06:33:16 -0800
commitd62dae86a5671bfca765eaadcbc989a3d73b2f03 (patch)
tree8a9736f4d62547e3b518ec33befe446a0be188f4
parentdc228b6bb0a8bfab2df532098dccd2da1a42848b (diff)
downloadtoree-gateway-d62dae86a5671bfca765eaadcbc989a3d73b2f03.tar.gz
toree-gateway-d62dae86a5671bfca765eaadcbc989a3d73b2f03.tar.bz2
toree-gateway-d62dae86a5671bfca765eaadcbc989a3d73b2f03.zip
Updating git configuration files
-rw-r--r--.gitattributes13
1 files changed, 13 insertions, 0 deletions
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