aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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