From f1b2ab9d67dc17fff9ab7972abbcb7e8e7469a15 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Fri, 10 Apr 2020 15:47:33 +0100 Subject: [PATCH] Add .vs to gitignore Apparently Visual Studio puts stuff in a .vs directory now. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e95139b8f8..45c87a2c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ cmake-build-* files/windows/*.aps ## qt-creator CMakeLists.txt.user* +.vs ## resources data