File tree Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Set the default behavior, in case people don't have core.autocrlf set.
2
+ * text =auto
3
+
4
+ # Explicitly declare text files you want to always be normalized and converted
5
+ # to native line endings on checkout.
6
+ * .c text
7
+ * .h text
8
+ * .cpp text
9
+ * .sh text
10
+ * .py text
11
+ * .md text
12
+ * .java text
13
+ * .yml text
14
+ * .cmake text
15
+ * .lib text
16
+ * .ref text
17
+
18
+ # Declare files that will always have CRLF line endings on checkout.
19
+ * .sln text eol =crlf
20
+ * .bat text eol =crlf
21
+
22
+ # Denote all files that are truly binary and should not be modified.
23
+ * .png binary
24
+ * .jpg binary
25
+ * .pdf binary
26
+ * .mpp binary
27
+ * .doc binary
28
+ * .docx binary
29
+ * .xls binary
30
+ * .xlsx binary
31
+ * .ppt binary
32
+ * .pptx binary
33
+ * .tar binary
34
+ * .gzip binary
35
+ * .zip binary
36
+ * .7z binary
37
+
Original file line number Diff line number Diff line change
1
+ The confidential and proprietary information contained in this repository may
2
+ only be used by a person authorised under and to the extent permitted
3
+ by a subsisting licensing agreement from ARM Limited or its affiliates.
4
+
5
+ (C) COPYRIGHT 2016-2017 ARM Limited or its affiliates.
6
+ ALL RIGHTS RESERVED
7
+
8
+ This entire notice must be reproduced on all copies of this repository
9
+ and copies of this repository may only be made by a person if such person is
10
+ permitted to do so under the terms of a subsisting license agreement
11
+ from ARM Limited or its affiliates.
Original file line number Diff line number Diff line change
1
+ The full documentation for this example is [ available on our documentation site] ( https://cloud.mbed.com/docs/v1.2/mbed-cloud-tutorials/getting-started-with-mbed-cloud-client.html )
You can’t perform that action at this time.
0 commit comments