projects
/
platform
/
upstream
/
iotivity.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added C++ Sample application using multiple threads.
[platform/upstream/iotivity.git]
/
.gitignore
1
# Ignore output dirs
2
/release
3
/csdk/release
4
/csdk/libcoap-4.1.1/release/
5
/examples/release
6
7
/debug
8
csdk/debug/
9
csdk/libcoap-4.1.1/debug/
10
/examples/debug
11
csdk/stack/samples/linux/SimpleClientServer/debug/
12
13
14
# Ignore any object files
15
*.o
16
*.obj
17
18
19
# Ignore Eclipse workspace files
20
*.settings/
21
*.cproject
22
*.project