From 519e3afa19a52e0877679912114d5d434442837a Mon Sep 17 00:00:00 2001 From: Reonu Date: Mon, 5 Jan 2026 01:08:28 +0000 Subject: [PATCH] add build-cmake to gitignore (for linux) (#44) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bb23653..8daa8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ RecompiledPatches/ # Linux build output build/ +build-cmake/ *.o # Windows build output