Jim Carver
/
mbed-cloud-workshop-connect
Fork for workshops
Diff: simple-mbed-cloud-client/mbed-cloud-client/.gitattributes
- Revision:
- 0:6b753f761943
diff -r 000000000000 -r 6b753f761943 simple-mbed-cloud-client/mbed-cloud-client/.gitattributes --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/simple-mbed-cloud-client/mbed-cloud-client/.gitattributes Fri Oct 12 21:22:49 2018 +0000 @@ -0,0 +1,37 @@ +# 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. +*.c text +*.h text +*.cpp text +*.sh text +*.py text +*.md text +*.java text +*.yml text +*.cmake text +*.lib text +*.ref text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf +*.bat text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.pdf binary +*.mpp binary +*.doc binary +*.docx binary +*.xls binary +*.xlsx binary +*.ppt binary +*.pptx binary +*.tar binary +*.gzip binary +*.zip binary +*.7z binary +