diff options
author | Jesse Talavera-Greenberg <jesse@jesse.tg> | 2023-10-24 15:49:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 21:49:36 +0200 |
commit | bf81b87a60373d82bedc76d316a980a700f89031 (patch) | |
tree | 3f529a681f20b19cbd6517e2d3e7ee328364a0f7 | |
parent | 3ab752b8ca7878246c3d7f8a338a8bc3b0de26dd (diff) |
Generalize a path in .gitignore (#1862)
- Covers all of CLion's default CMake build paths
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ obj melon_grc.c melon_grc.h melon.rc -cmake-build +cmake-build* cmake-build-debug compile_commands.json .idea |