aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-29 14:20:59 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-29 14:20:59 +0200
commit6d509fb24071deb7669977735b613467ebd82518 (patch)
treeeb5e2c9ffd07c007c135d02aa5b4ef3cef7f550c
parent38914493e5aafa7fb3b7562fe05f9e31d07e429a (diff)
add compile_commands symlink (whoops)
-rw-r--r--.gitignore1
l---------compile_commands.json1
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d7001e4..0e001b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,6 @@ melon_grc.h
melon.rc
cmake-build*
cmake-build-debug
-compile_commands.json
.idea
.cache
diff --git a/compile_commands.json b/compile_commands.json
new file mode 120000
index 0000000..25eb4b2
--- /dev/null
+++ b/compile_commands.json
@@ -0,0 +1 @@
+build/compile_commands.json \ No newline at end of file