Skip to content

Commit 4c0fdf0

Browse files
committed
first commit
0 parents  commit 4c0fdf0

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

.gitattributes

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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)

0 commit comments

Comments
 (0)