From 65e8835fb5a78baa014590d0a771913553136487 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 23 Jan 2020 09:24:41 +0800 Subject: [PATCH] Ignore .vscode in git. --- .gitignore | 2 ++ trunk/.gitignore | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6216052aad..f869a35448 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ *.pyc *.swp .DS_Store +.vscode +.vscode/* /trunk/Makefile /trunk/objs /trunk/src/build-qt-Desktop-Debug diff --git a/trunk/.gitignore b/trunk/.gitignore index 06b8c7cf9c..4e90c9b495 100644 --- a/trunk/.gitignore +++ b/trunk/.gitignore @@ -34,8 +34,6 @@ /research/speex/ /test/ .DS_Store -.vscode -.vscode/* srs *.dSYM/ *.gcov