diff --git a/.gitignore b/.gitignore index 3c0160d..ce8fb16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ out/ +.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