mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
first commit
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# 忽略 build 文件夹中的所有内容
|
||||
/build/*
|
||||
|
||||
build
|
||||
|
||||
/cmake-build-debug-stm32cube/*
|
||||
|
||||
cmake-build-debug-stm32cube
|
||||
|
||||
# 忽略工作区
|
||||
/.vscode/*
|
||||
|
||||
/STM32H723VGTx_FLASH.ld
|
||||
|
||||
/compile_commands.json
|
||||
Reference in New Issue
Block a user