-
Notifications
You must be signed in to change notification settings - Fork 129
/
.gitignore
93 lines (74 loc) · 860 Bytes
/
.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
**/.vscode/
/build/
/build-tools-tests/
/*build/
*/_build/*
/conf/hcg/include/*
/conf/hcg/source/*
/conf/hcg/*_bak.dil
/conf/hcg/*_bak.hcg
/tmp/*
*/tmp/*
*c4che*
/foxbms*/
tools/*waf3-*/
tools/waf-sig*
tools/utils/waf-sig*
.lock-waf*
.wafpickle-*
*.bz2
*.gz
*.zip
*.7z
*.stats
*.html
#
libbuild/
lib-build/
# spelling
dictionary.dic
file.log*
lex.txt
*.egg-info
dist/
__pycache__
.mypy_cache/
/qa-chain/*
*.log
*log*.txt
*log/*
*.patch
*.diff
*.jdebug.user
# gcc coverage testing tool files
*.gcno
*.gcda
*.gcov
# ignore temp files
*~
# ignore JabRef - https://www.jabref.org/
*.bak
*.sav
# Temporary Office files
*.~*
*.~$*
~$*
**/foxbms-2_axivion_report*.json
**/foxbms_spa_report*.json
spa-artifacts/
*.o
*.obj
*.exe
/races.txt
# CAN log files
*.asc
*.tmp
# coverage files
.coverage
htmlcov/
*.mk
*.rsp
*.dmr
*.tmw
buildInfo.*
codeInfo.*