forked from PelionIoT/mbed-coap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (63 loc) · 797 Bytes
/
.gitignore
File metadata and controls
71 lines (63 loc) · 797 Bytes
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
64
65
66
67
68
69
70
*.o
*.a
*.d
*.eww
*.bak
*.dep
*.Scr
*.uvgui.*
build/
*.dep
*.ewd
*.ewt
Debug
Release
settings
*_release
Obj
*_output
Backup*
*.r43
*.htm
*.uvgui.*
*.lib
*.crf
*.uvopt
*.out
docs/
yotta_modules
yotta_targets
test/mbed-coap/unittest/coverages
test/mbed-coap/unittest/results
.yotta.json
coverage/
lcov/
upload.tar.gz
# Valgrind logs
valgrind_logs
# JUnit test results
junit_xsl.xslt
test/mbed-coap/unittest/sn_coap_builder/*.xml
test/mbed-coap/unittest/sn_coap_header_check/*.xml
test/mbed-coap/unittest/sn_coap_parser/*.xml
test/mbed-coap/unittest/sn_coap_protocol/*.xml
lcov/
# Test modules
test_modules/
# Build files
*.o
*.a
*.lib
*.a.d
*.lib.d
*.dep
# Executables
*.exe
mbed-coap-test
mbed-coap-coverage
# Fuzzing artifacts
fuzz/parser_fuzzer
fuzz/findings/
*.gcno
*.gcda
coverage.html