-
Notifications
You must be signed in to change notification settings - Fork 141
/
.gitignore
79 lines (71 loc) · 1.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# autoconf, etc.
Makefile.in
bin/Makefile.in
mbus/Makefile.in
test/Makefile.in
/INSTALL
/aclocal.m4
/autom4te.cache
/compile
config.guess
config.sub
configure
/depcomp
/install-sh
/libltdl/
/ltmain.sh
/missing
src/config.h.in
/m4
# configure stuff:
Makefile
bin/Makefile
mbus/Makefile
test/Makefile
config.log
config.status
libtool
stamp-h1
libmbus.pc
config.h
# make:
bin/.deps
mbus/.deps
test/.deps
# make stuff:
.project
*~
*.o
*.so
*.la
*.lo
.libs/
bin/libmbus.1
bin/libmbus.1
bin/mbus-serial-request-data
bin/mbus-serial-request-data-multi-reply
bin/mbus-serial-scan
bin/mbus-serial-scan-secondary
bin/mbus-serial-select-secondary
bin/mbus-serial-set-address
bin/mbus-serial-switch-baudrate
bin/mbus-tcp-raw-send
bin/mbus-tcp-request-data
bin/mbus-tcp-request-data-multi-reply
bin/mbus-tcp-scan
bin/mbus-tcp-scan-secondary
bin/mbus-tcp-select-secondary
bin/mbus-tcp-application-reset
!*.c
# test binaries
test/mbus_parse
test/mbus_parse_hex
# test cases temp files
test/test-frames/*.xml.new
test/error-frames/*.xml.new
test/unsupported-frames/*.xml.new
/build/
_build/
# IDE
/.vscode/
CMakeLists.txt.user