Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
simple-mbed-cloud-client/mbed-cloud-client/.gitattributes@0:8f0bb79ddd48, 2021-05-04 (annotated)
- Committer:
- leothedragon
- Date:
- Tue May 04 08:55:12 2021 +0000
- Revision:
- 0:8f0bb79ddd48
nmn
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
leothedragon | 0:8f0bb79ddd48 | 1 | # Set the default behavior, in case people don't have core.autocrlf set. |
leothedragon | 0:8f0bb79ddd48 | 2 | * text=auto |
leothedragon | 0:8f0bb79ddd48 | 3 | |
leothedragon | 0:8f0bb79ddd48 | 4 | # Explicitly declare text files you want to always be normalized and converted |
leothedragon | 0:8f0bb79ddd48 | 5 | # to native line endings on checkout. |
leothedragon | 0:8f0bb79ddd48 | 6 | *.c text |
leothedragon | 0:8f0bb79ddd48 | 7 | *.h text |
leothedragon | 0:8f0bb79ddd48 | 8 | *.cpp text |
leothedragon | 0:8f0bb79ddd48 | 9 | *.sh text |
leothedragon | 0:8f0bb79ddd48 | 10 | *.py text |
leothedragon | 0:8f0bb79ddd48 | 11 | *.md text |
leothedragon | 0:8f0bb79ddd48 | 12 | *.java text |
leothedragon | 0:8f0bb79ddd48 | 13 | *.yml text |
leothedragon | 0:8f0bb79ddd48 | 14 | *.cmake text |
leothedragon | 0:8f0bb79ddd48 | 15 | *.lib text |
leothedragon | 0:8f0bb79ddd48 | 16 | *.ref text |
leothedragon | 0:8f0bb79ddd48 | 17 | |
leothedragon | 0:8f0bb79ddd48 | 18 | # Declare files that will always have CRLF line endings on checkout. |
leothedragon | 0:8f0bb79ddd48 | 19 | *.sln text eol=crlf |
leothedragon | 0:8f0bb79ddd48 | 20 | *.bat text eol=crlf |
leothedragon | 0:8f0bb79ddd48 | 21 | |
leothedragon | 0:8f0bb79ddd48 | 22 | # Denote all files that are truly binary and should not be modified. |
leothedragon | 0:8f0bb79ddd48 | 23 | *.png binary |
leothedragon | 0:8f0bb79ddd48 | 24 | *.jpg binary |
leothedragon | 0:8f0bb79ddd48 | 25 | *.pdf binary |
leothedragon | 0:8f0bb79ddd48 | 26 | *.mpp binary |
leothedragon | 0:8f0bb79ddd48 | 27 | *.doc binary |
leothedragon | 0:8f0bb79ddd48 | 28 | *.docx binary |
leothedragon | 0:8f0bb79ddd48 | 29 | *.xls binary |
leothedragon | 0:8f0bb79ddd48 | 30 | *.xlsx binary |
leothedragon | 0:8f0bb79ddd48 | 31 | *.ppt binary |
leothedragon | 0:8f0bb79ddd48 | 32 | *.pptx binary |
leothedragon | 0:8f0bb79ddd48 | 33 | *.tar binary |
leothedragon | 0:8f0bb79ddd48 | 34 | *.gzip binary |
leothedragon | 0:8f0bb79ddd48 | 35 | *.zip binary |
leothedragon | 0:8f0bb79ddd48 | 36 | *.7z binary |
leothedragon | 0:8f0bb79ddd48 | 37 |