[Libosinfo] [PATCH] gitignore: Ignore more tags
    Cole Robinson 
    crobinso at redhat.com
       
    Mon Oct  1 13:28:46 UTC 2018
    
    
  
On 10/01/2018 08:59 AM, Martin Kletzander wrote:
> For people using, for example gtags, this helps make the wordkir clean.
> 
> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> ---
>   .gitignore | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 7e33c50f233a..d6ec8ac13525 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,5 +1,8 @@
>   ChangeLog
>   AUTHORS
> +GPATH
> +GRTAGS
> +GTAGS
>   *.[ao]
>   *.l[ao]
>   *~
> 
IMO these types of things belong in a personal global gitignore. For 
example in ~/.gitconfig I have
[core]
     excludesfile = ~/bin/config/gitignore
Which ignores things like ctags, cscope, and pycscope output that I use 
occasionally
Thanks,
Cole
    
    
More information about the Libosinfo
mailing list