gitignore
This commit is contained in:
parent
3d43fbb270
commit
9ece0746d7
1 changed files with 26 additions and 0 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -6,3 +6,29 @@ c_cpp_properties.json
|
||||||
launch.json
|
launch.json
|
||||||
tasks.json
|
tasks.json
|
||||||
settings.json
|
settings.json
|
||||||
|
|
||||||
|
|
||||||
|
*.dbgconf
|
||||||
|
*.lst
|
||||||
|
*.crf
|
||||||
|
*.d
|
||||||
|
*.o
|
||||||
|
*.__i
|
||||||
|
*._ia
|
||||||
|
*.sct
|
||||||
|
*.build_log.htm
|
||||||
|
*.uvguix.*
|
||||||
|
*.dep
|
||||||
|
DebugConfig/
|
||||||
|
.mxproject
|
||||||
|
JLinkSettings.ini
|
||||||
|
*.uvoptx
|
||||||
|
*.uvguix.*
|
||||||
|
*.axf
|
||||||
|
*.hex
|
||||||
|
*.htm
|
||||||
|
*.lnp
|
||||||
|
*.map
|
||||||
|
*.hex
|
||||||
|
*.uvgui.*
|
||||||
|
**/Objects
|
||||||
|
|
Reference in a new issue