From daa3c733e98d02860ada8877a40252d296129674 Mon Sep 17 00:00:00 2001
From: Matthias Grob <maetugr@gmail.com>
Date: Wed, 3 Apr 2019 14:44:33 +0200
Subject: [PATCH] vscode: move vscode specific .gitignore entries to the folder

---
 .gitignore         | 6 ------
 .vscode/.gitignore | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 create mode 100644 .vscode/.gitignore

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/
-- 
GitLab