From 2e406973b7d91a1486fdc7d7a4babe9142438d4e Mon Sep 17 00:00:00 2001 From: Ethan Snyder Date: Fri, 25 Mar 2022 13:16:44 -0400 Subject: [PATCH] Added clangd compile commands database and cache folder to git ignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 119c9c5a2b0..2b75851f068 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,5 @@ python/plugins/processing/tests/testdata/custom/*.aux.xml python/plugins/processing/tests/testdata/*.aux.xml Thumb.db Testing/* +.cache/ +compile_commands.json