Adding a few things to ignore

This commit is contained in:
joshuakr 2021-01-21 18:31:49 -08:00
parent c5261e42ba
commit db83fc443f

7
.gitignore vendored
View File

@ -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__/**