From b603f3b75ca3c2358a610c94ccd7b4b088ecbe98 Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Thu, 19 Jan 2023 12:41:59 +0100 Subject: [PATCH] gitignore: add compile_commands.json --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e2bfb764..ae8780bb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ Bin/ Package/ArchLinux/pkg/ Package/ArchLinux/rmg/ Package/ArchLinux/src/ -Package/ArchLinux/*.pkg.* \ No newline at end of file +Package/ArchLinux/*.pkg.* +# Clangd compile_commands.json +compile_commands.json \ No newline at end of file