From d28e82962d4321c214ac9a179ba596c4ba9e0ab3 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 23 Jan 2020 09:17:01 +0800 Subject: [PATCH] Ignore .vscode in git. --- trunk/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/.gitignore b/trunk/.gitignore index 4e90c9b49..06b8c7cf9 100644 --- a/trunk/.gitignore +++ b/trunk/.gitignore @@ -34,6 +34,8 @@ /research/speex/ /test/ .DS_Store +.vscode +.vscode/* srs *.dSYM/ *.gcov