Signed-off-by: Michael Adler <[email protected]> --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore index c8cb496..c2002c7 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,8 @@ m4/libtool.m4 m4/lt* version.h libtool +.libs + +# clangd (lsp) +.cache +compile_commands.json -- 2.33.0 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20211014084444.352944-2-michael.adler%40siemens.com.
