This repository has been archived by the owner on Nov 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitignore
63 lines (61 loc) · 1.68 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
port/linux/client
port/linux/server
port/linux/temp_sensor
port/linux/simpleclient
port/linux/simpleserver
port/linux/server_collections_linux
port/linux/client_collections_linux
port/linux/client_block_linux
port/linux/server_block_linux
port/linux/smart_home_server_linux
port/linux/multi_device_client
port/linux/multi_device_server
port/linux/onboarding_tool
port/linux/server_multithread_linux
port/linux/client_multithread_linux
port/linux/libiotivity-constrained-client.*
port/linux/libiotivity-constrained-server.*
port/linux/libiotivity-constrained-client-server.*
port/linux/iotivity-constrained-server.pc
port/linux/iotivity-constrained-client.pc
port/linux/iotivity-constrained-client-server.pc
port/linux/tests/*
port/linux/obj/
port/linux/onboarding_tool_creds/
port/linux/smart_lock
port/windows/vs2015/.vs/
port/windows/vs2015/Debug/
port/windows/vs2015/Release/
port/windows/vs2015/simpleserver_creds/
port/windows/vs2015/*.VC.opendb
port/windows/vs2015/*.VC.db
port/windows/vs2015/*.vcxproj.user
port/zephyr/outdir/
port/contiki/*.a
port/contiki/*.map
port/contiki/obj_native/
port/contiki/*.native
port/contiki/symbols.*
port/openthread/output
*.o
*.cmd
*.tmp
.clang-format
_clang-format
port/linux/platformtest
port/linux/storage_test
#creds files
port/linux/client_creds
port/linux/server_creds
port/linux/temp_sensor_creds
port/linux/simpleclient_creds
port/linux/simpleserver_creds
port/linux/server_collections_linux_creds
port/linux/client_collections_linux_creds
port/linux/smart_home_server_linux_creds
port/linux/multi_device_client_creds
port/linux/multi_device_server_creds
port/linux/server_multithread_linux_creds
port/linux/client_multithread_linux_creds
#vscode setting files
.vscode