From eca124753fb1455042339c7d1b31996a798505e2 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 8 Jan 2025 16:42:59 +0100 Subject: [PATCH] feat: added build and bin to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b7ae57..c09e4c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ game .gdb_history compile_commands.json .cache/ -build +build/ +bin/ compile_commands Makefile