forked from Archive/PX4-Autopilot
vscode: move vscode specific .gitignore entries to the folder
This commit is contained in:
parent
6648937789
commit
daa3c733e9
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
Loading…
Reference in New Issue