From c502e4b5464ded4ae1dc68ee308a07edbe28ccf0 Mon Sep 17 00:00:00 2001 From: c2ny Date: Wed, 14 Jan 2026 22:51:02 -0500 Subject: [PATCH] added a test --- .gitignore | 1 + compile_commands.json | 1 + 2 files changed, 2 insertions(+) create mode 120000 compile_commands.json 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