qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 14/18] .gitignore: un-ignore .gitlab-ci.d


From: Daniel P . Berrangé
Subject: Re: [PATCH v1 14/18] .gitignore: un-ignore .gitlab-ci.d
Date: Mon, 22 Jun 2020 17:29:13 +0100
User-agent: Mutt/1.14.0 (2020-05-02)

On Mon, Jun 22, 2020 at 03:32:00PM +0100, Alex Bennée wrote:
> The sooner we deprecate in-tree builds the sooner this mess of regexes
> can be thrown away.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .gitignore | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 90acb4347d4..9016ee0a0b4 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -92,7 +92,7 @@
>  *.toc
>  *.tp
>  *.vr
> -*.d
> +!\.*.d

This doesn't look quite right to me. After this all the .d files are
marked as untracked.

I think you need something more like

  *.d
  !/.gitlab-ci.d


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]