From 92c3a9626fa09602f630843796d0a3a361939c99 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 17 Mar 2021 09:55:00 +0100 Subject: [PATCH] .gitignore: add *.plist and .cache/ --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 52dbd04a73..5e85a8882b 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,12 @@ results/ compile_commands.json compile_flags.txt +# cache files of clangd (and probably other tools) +.cache/ + +# generated by clang-check for C++ code +*.plist + # suit manifest keys keys/