From 2a918718f183ff006c5eff42ed10f75264761ffd Mon Sep 17 00:00:00 2001
From: Joshua T <joshua@sonofone.net>
Date: Sat, 15 Oct 2016 18:40:26 -0500
Subject: [PATCH] Added VS Code dir to .gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 153fea093c..1abaeb2177 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ CMakeLists.txt
 .browse.VC.db*
 *.stackdump
 util/Win_Check_Output.txt
+.vscode
\ No newline at end of file