-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
155 lines (132 loc) · 2.05 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Taken mostly from http://www.keil.com/support/man/docs/uv4/uv4_b_filetypes.htm
# Ignore dot files/directories
.*
# Explicitly name which dot files/directories should NOT be ignored
!**/.gitignore
!/.github
!/.gitattributes
!/.travis.yml
!/.env
!**/.clang-format
!inverter-eeprom-config/
!.gdbinit
# User-specific uVision files
# Need to keep .opt/.uvopt/.uvoptx, or else STM32CubeMX code generation will throw an error
#*.opt
#*.uvopt
#*.uvoptx
*.uvgui
*.uvguix.*
*.scvd
# Listing files
*.cod
*.htm
*.i
*.lst
*.map
*.m51
*.m66
*.scr
# Object and HEX files
*.axf
*.b[0-3][0-9]
*.hex
*.d
*.crf
*.elf
*.hex
*.h86
*.lib
*.obj
*.o
*.sbr
*.so
# Build files
*.bat
*._ia
*.__i
*._ii
# Debugger files
*.ini
# Python
*.pyd
*.pyc
__pycache__
*.egg-info
# Other files
*.build_log.htm
*.cdb
*.dep
*.ic
*.lin
*.lnp
*.orc
*.pack
*.pdsc
*.plg
#*.sct
*.sfd
*.sfr
*.orig
# CMake-relevant files
CMakeCache.txt
cmake_install.cmake
CMakeFiles/
compile_commands*.json
Makefile
auto_generated/
__lib__/
*.cbp
Testing/
# CLion Files
!.idea
.idea/*
!.idea/.name
# run configs, only xml
!.idea/runConfigurations
.idea/runConfigurations/*
!.idea/runConfigurations/*.xml
# jsonschema mapping
!.idea/jsonSchemas.xmls
cmake-build-*
# Miscellaneous
*.tra
*.bin
*.asm
*.fed
*.l1p
*.l2p
*.iex
# STM32CubeMX
.mxproject
MXTmpFiles
# This unwanted file gets created when you use the STM32CubeMX GUI to generate
# code. This doesn't happen if you use the STM32CubeMX command-line interface.
**/Drivers/CMSIS/Device/ST/STM32F3xx/Source/Templates/system_stm32f3xx.c
# PCAN-Explorer
*.dsk
*.dsk~
*.peproj~
# LFS
hooksl
# To explicitly override the above, define any exceptions here; e.g.:
# !my_customized_scatter_file.sct
# Ignore auto-saved inverter EEPROM configurations
/inverter-eeprom-config/conf/
# generated dbc files not allowed
can_bus/**/*.dbc
# CMake build directories
build_fw_deploy
build_fw_deploy_wsl
build_fw_dev
build_fw_dev_wsl
build_fw_test
build_fw_test_wsl
build_dimos_deploy*
build_dimos_dev*
build_dimos_test*
build_dimos_docker*
environment/bin
CMakeUserPresets.json
build
/can_bus/**/*.plt