From bf81b87a60373d82bedc76d316a980a700f89031 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Tue, 24 Oct 2023 15:49:36 -0400 Subject: [PATCH] Generalize a path in .gitignore (#1862) - Covers all of CLion's default CMake build paths --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1aa5e3a1..d7001e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ obj melon_grc.c melon_grc.h melon.rc -cmake-build +cmake-build* cmake-build-debug compile_commands.json .idea