-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (62 loc) · 1.18 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
## CMake files used in development
cmake-build-debug/
.idea/
build/
## Program files used in runtime
command
command0
command2
command3
commandsText
commandsText_Oneshot
communication-register
real-communication-register
log
driver_log
test_results.txt
test_results_serial.txt
device
## Compiled machine codes
*.out
## Doxygen config files
Doxyfile
## Local fake devices
runtime-environment/dev/can/
runtime-environment/dev/ethernet/
runtime-environment/dev/gpio/
runtime-environment/dev/i2c/
runtime-environment/dev/spi/
runtime-environment/dev/uart/
runtime-environment/dev/usart/
## vscode config files
.vscode/
## googletest lib folder
googletest/
## python cache folders
__pycache__/
## database of spi logs retrieved in real machine
spi_data.db
## Text files contains plans to do for the next commits
todo
## input and output files of spi_processor
in
out
commands.json
commands_processed.json
commands.txt
SPI_A.txt
SPI_B.txt
SPI_A.json
SPI_A_processed.json
SPI_A_Oneshot.txt
SPI_Log.txt
SPI_A_Oneshot_processed.json
SPI_A_Oneshot.json
## runtime files of mock of program to be tested
verification
Logs/
ProgramToBeTestedMock
## robot framework log folder
robot_log/
## process id files
*.pid