mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
vscode: move vscode specific .gitignore entries to the folder
This commit is contained in:
committed by
Daniel Agar
parent
6648937789
commit
daa3c733e9
6
.gitignore
vendored
6
.gitignore
vendored
@@ -64,9 +64,3 @@ posix-configs/SITL/init/test/*_generated
|
||||
*.gcov
|
||||
.coverage
|
||||
.coverage.*
|
||||
|
||||
.vscode/.cortex-debug.peripherals.state.json
|
||||
.vscode/.cortex-debug.registers.state.json
|
||||
.vscode/compile_commands.json
|
||||
.vscode/ipch/
|
||||
|
||||
|
||||
6
.vscode/.gitignore
vendored
Normal file
6
.vscode/.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.cortex-debug.peripherals.state.json
|
||||
.cortex-debug.registers.state.json
|
||||
compile_commands.json
|
||||
|
||||
# C/C++ extension does some local caching in this folder
|
||||
ipch/
|
||||
Reference in New Issue
Block a user