-----Original Message----- > Add cscope, ctags & compile_commands.json in .gitignore file. > > Signed-off-by: Ritesh Harjani <[email protected]>
Acked-by: Kazuhito Hagio <[email protected]> Thanks, Kazu > --- > .gitignore | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 5b2ba1d..b39832f 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -14,3 +14,14 @@ gdb-7.6/ > extensions/defs.h > extensions/*.so > extensions/eppic > + > +# cscope files > +cscope.* > +ncscope.* > + > +# ctags files > +tags > +TAGS > + > +# Clang's compilation database file > +/compile_commands.json > -- > 2.31.1 > > -- > Crash-utility mailing list > [email protected] > https://listman.redhat.com/mailman/listinfo/crash-utility -- Crash-utility mailing list [email protected] https://listman.redhat.com/mailman/listinfo/crash-utility
