[Crash-utility] [PATCH 1/3] .gitignore: Add cscope, ctags & compile_commands.json in .gitignore

HAGIO KAZUHITO(萩尾 一仁) k-hagio-ab at nec.com
Thu Sep 2 07:19:32 UTC 2021


-----Original Message-----
> Add cscope, ctags & compile_commands.json in .gitignore file.
> 
> Signed-off-by: Ritesh Harjani <riteshh at linux.ibm.com>

Acked-by: Kazuhito Hagio <k-hagio-ab at nec.com>

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
> Crash-utility at redhat.com
> https://listman.redhat.com/mailman/listinfo/crash-utility





More information about the Crash-utility mailing list