diff --git a/.gitignore b/.gitignore index 543eccd8b8..d4d5a9d446 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ - diff --git a/.vscode/.gitignore b/.vscode/.gitignore new file mode 100644 index 0000000000..1ea7f74304 --- /dev/null +++ b/.vscode/.gitignore @@ -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/