On 14.10.21 10:44, Michael Adler wrote: > 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 >
What of this is truly specific to EBG? .libs looks to me like that. But the clang stuff is probably better maintained in ~/.gitignore. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- 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/1ba7490b-24ee-1fcf-d669-f7af1259d075%40siemens.com.
