From b99106f3fdfc49f7fee68f70188f6138ea65f2cd Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sun, 12 Feb 2023 08:36:16 +0100 Subject: Add more ignore rules - for clangd - and compile_commands.json for it --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0689e9a0..297146dc 100644 --- a/.gitignore +++ b/.gitignore @@ -142,6 +142,7 @@ LibeventTargets*.cmake bin/ cmake_install.cmake Uninstall.cmake +compile_commands.json lib/ tmp/ verify_tests.sh @@ -167,3 +168,6 @@ rules.ninja /*.tar.gz /.vagrant + +# clangd +.cache -- cgit v1.2.1