Browse Source

vscode: move vscode specific .gitignore entries to the folder

sbg
Matthias Grob 6 years ago committed by Daniel Agar
parent
commit
daa3c733e9
  1. 6
      .gitignore
  2. 6
      .vscode/.gitignore

6
.gitignore vendored

@ -64,9 +64,3 @@ posix-configs/SITL/init/test/*_generated @@ -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

@ -0,0 +1,6 @@ @@ -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…
Cancel
Save