vscode: move vscode specific .gitignore entries to the folder

This commit is contained in:
Matthias Grob 2019-04-03 14:44:33 +02:00 committed by Daniel Agar
parent 6648937789
commit daa3c733e9
2 changed files with 6 additions and 6 deletions

6
.gitignore vendored
View File

@ -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
View 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/