From db83fc443f1bfbb2326787d8a058965e75a3cb4c Mon Sep 17 00:00:00 2001 From: joshuakr Date: Thu, 21 Jan 2021 18:31:49 -0800 Subject: [PATCH] Adding a few things to ignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index f18e0257..baa59397 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ x64 Release Debug +_build +_compiler +tools/* *.d *.o *.so @@ -28,3 +31,7 @@ vcpkg/* !vcpkg/install_vcpkg_dependencies.bat .deps/ .dirstamp +.vscode/ + +/_*/** +/**/__pycache__/**