aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJesse Talavera-Greenberg <jesse@jesse.tg>2023-10-24 15:49:36 -0400
committerGitHub <noreply@github.com>2023-10-24 21:49:36 +0200
commitbf81b87a60373d82bedc76d316a980a700f89031 (patch)
tree3f529a681f20b19cbd6517e2d3e7ee328364a0f7 /.gitignore
parent3ab752b8ca7878246c3d7f8a338a8bc3b0de26dd (diff)
Generalize a path in .gitignore (#1862)
- Covers all of CLion's default CMake build paths
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1aa5e3a..d7001e4 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