From b4b0deebd25656394e2a8dc76f68f53400d75123 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 3 Mar 2025 22:21:19 -0800 Subject: [PATCH] Bug Fix: Fix .gitignore file Oops, the "build" folder reference was incorrect. Signed-off-by: Christopher Snowhill --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 58da8c0c3..b5f9d79fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store xcuserdata -./build +/build # Special cog exceptions !Frameworks/OpenMPT/OpenMPT/build