[systemd-devel] [PATCH] .gitignore: add GNU GLOBAL files

Dimitri John Ledkov dimitri.j.ledkov at intel.com
Fri May 15 09:15:19 PDT 2015


Heya,

On 15 May 2015 at 16:12, Ɓukasz Stelmach <l.stelmach at samsung.com> wrote:
> ---
>  .gitignore | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index f550950..d2f1a1f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -22,6 +22,10 @@
>  /*.tar.xz
>  /Makefile
>  /TAGS
> +/GPATH
> +/GRTAGS
> +/GSYMS
> +/GTAGS
>  /accelerometer
>  /ata_id
>  /bootctl

I'd think this falls into "my personal IDE cruft files", thus I'd
recommend you to do this:

[core]
excludesfile = ~/.gitignore_global

And then there specify those files. That way GTAGS and friends will be
ignored for you, in _all_ git repositories everywhere and you don't
need to modify ignore files in all upstream projects...


-- 
Regards,

Dimitri.
Pura Vida!

https://clearlinux.org
Open Source Technology Center
Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3 1RJ.


More information about the systemd-devel mailing list