Example
Dependencies: FXAS21002 FXOS8700Q
simple-mbed-cloud-client/mbed-cloud-client/.gitattributes@0:11cc2b7889af, 2019-11-19 (annotated)
- Committer:
- maygup01
- Date:
- Tue Nov 19 09:49:38 2019 +0000
- Revision:
- 0:11cc2b7889af
Example
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
maygup01 | 0:11cc2b7889af | 1 | # Set the default behavior, in case people don't have core.autocrlf set. |
maygup01 | 0:11cc2b7889af | 2 | * text=auto |
maygup01 | 0:11cc2b7889af | 3 | |
maygup01 | 0:11cc2b7889af | 4 | # Explicitly declare text files you want to always be normalized and converted |
maygup01 | 0:11cc2b7889af | 5 | # to native line endings on checkout. |
maygup01 | 0:11cc2b7889af | 6 | *.c text |
maygup01 | 0:11cc2b7889af | 7 | *.h text |
maygup01 | 0:11cc2b7889af | 8 | *.cpp text |
maygup01 | 0:11cc2b7889af | 9 | *.sh text |
maygup01 | 0:11cc2b7889af | 10 | *.py text |
maygup01 | 0:11cc2b7889af | 11 | *.md text |
maygup01 | 0:11cc2b7889af | 12 | *.java text |
maygup01 | 0:11cc2b7889af | 13 | *.yml text |
maygup01 | 0:11cc2b7889af | 14 | *.cmake text |
maygup01 | 0:11cc2b7889af | 15 | *.lib text |
maygup01 | 0:11cc2b7889af | 16 | *.ref text |
maygup01 | 0:11cc2b7889af | 17 | |
maygup01 | 0:11cc2b7889af | 18 | # Declare files that will always have CRLF line endings on checkout. |
maygup01 | 0:11cc2b7889af | 19 | *.sln text eol=crlf |
maygup01 | 0:11cc2b7889af | 20 | *.bat text eol=crlf |
maygup01 | 0:11cc2b7889af | 21 | |
maygup01 | 0:11cc2b7889af | 22 | # Denote all files that are truly binary and should not be modified. |
maygup01 | 0:11cc2b7889af | 23 | *.png binary |
maygup01 | 0:11cc2b7889af | 24 | *.jpg binary |
maygup01 | 0:11cc2b7889af | 25 | *.pdf binary |
maygup01 | 0:11cc2b7889af | 26 | *.mpp binary |
maygup01 | 0:11cc2b7889af | 27 | *.doc binary |
maygup01 | 0:11cc2b7889af | 28 | *.docx binary |
maygup01 | 0:11cc2b7889af | 29 | *.xls binary |
maygup01 | 0:11cc2b7889af | 30 | *.xlsx binary |
maygup01 | 0:11cc2b7889af | 31 | *.ppt binary |
maygup01 | 0:11cc2b7889af | 32 | *.pptx binary |
maygup01 | 0:11cc2b7889af | 33 | *.tar binary |
maygup01 | 0:11cc2b7889af | 34 | *.gzip binary |
maygup01 | 0:11cc2b7889af | 35 | *.zip binary |
maygup01 | 0:11cc2b7889af | 36 | *.7z binary |
maygup01 | 0:11cc2b7889af | 37 |