-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (79 loc) · 766 Bytes
/
.gitignore
File metadata and controls
86 lines (79 loc) · 766 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
*.qms
*.cov
*.gcov
*.log
*.obj
*.o
*.d
*.lib
*.a
*.bin
*.elf
*.err
*.hex
*.exe
*.EXE
*.map
*.dep
*.pdf
*.PDF
*.Hbp
*.nav
*.tps
*.tws
*.tmp
*.log
*.chm
*.zip
*.pdb
*.ncb
*.suo
*.sdf
*.chw
*.sfr
*.ewt
*.csv
*.user
*.avrsuo
*.Debug
*.Release
*.bak
version-*
JLink*.*
*.host
*.trg
dbg/
rel/
spy/
build*/
settings/
.settings/
targetConfigs/
Debug/
Release/
Spy/
QSpy/
lib/
obj/
output/
include/qs.hpp
include/qs_pkg.hpp
include/qxk.hpp
src/qs/qs.cpp
src/qs/qs_64bit.cpp
src/qs/qs_fp.cpp
src/qs/qs_rx.cpp
src/qs/qutest.cpp
src/qxk/qxk.cpp
src/qxk/qxk_mutex.cpp
src/qxk/qxk_sema.cpp
src/qxk/qxk_xthr.cpp
ports/arm-cm/qxk/
ports/arm-cm/qutest/
ports/posix-qutest/
ports/win32-qutest/
zephyr/qutest_port.cpp
static-analysis/pclp/
tests/shared/
tests/TIN*/
tests/TUN*/