From 0863c113be6e110090e9af69a03d8b4299cd5507 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 17 Aug 2022 18:19:26 +0200 Subject: [PATCH] Meta: Add .gitignore and compile_commands.json symlink --- .gitignore | 7 +++++++ compile_commands.json | 1 + 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 120000 compile_commands.json 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