From 14bd221089d84fc0bcbfe144917711842c2bfefd Mon Sep 17 00:00:00 2001 From: HomeAutoUser Date: Sat, 2 Nov 2019 09:46:18 +0100 Subject: [PATCH] Create .gitattributes - added file --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b791c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto eol=lf + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.pm text eol=lf +*.pl text eol=lf +*.hash text eol=lf +*.txt text eol=lf +*.sh text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.hex binary +*.bin binary