diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fe4e9e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Directories + +.cache/ +.clangd/ +build/ + +# Files 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