From 8f8924bfdf8de0dac0c947dccf190a40cc154138 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Vuotto Date: Fri, 31 May 2024 11:48:43 +0000 Subject: [PATCH] Make .gitignore ignore all the obj/ directories --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2416a67..6f66afb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -obj/ +**/obj/