From 61d1f4075e0acee96859ab72719baa963863ec4b Mon Sep 17 00:00:00 2001 From: Syntriax Date: Wed, 12 Jul 2023 14:33:15 +0300 Subject: [PATCH] chore: Git Ignore Build Related Folders --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ab779c3..ef86c57 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,7 @@ include/SDL2/ .vscode + +bin/ +obj/ +build/