diff mbox series

.gitignore: generalize *.new

Message ID 40438252-0d54-47f0-aad8-e76d57508bc5@suse.com (mailing list archive)
State New, archived
Headers show
Series .gitignore: generalize *.new | expand

Commit Message

Jan Beulich Nov. 28, 2023, 12:51 p.m. UTC
It's not only in xen/include/xen/ that we generate (intermediate) *.new
files.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
Really I don't think I can spot what *.new we create in that specific
directory. xen/include/ certainly has some.

Comments

Oleksii Kurochko Nov. 28, 2023, 2:45 p.m. UTC | #1
Hi Jan,

On Tue, 2023-11-28 at 13:51 +0100, Jan Beulich wrote:
> It's not only in xen/include/xen/ that we generate (intermediate)
> *.new
> files.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
> ---
> Really I don't think I can spot what *.new we create in that specific
> directory. xen/include/ certainly has some.
> 
> --- a/.gitignore
> +++ b/.gitignore
> @@ -17,6 +17,7 @@
>  *.so.[0-9]*
>  *.bin
>  *.bak
> +*.new
>  *.tmp
>  *.spot
>  *.spit
> @@ -277,7 +278,6 @@
>  xen/include/config/
>  xen/include/generated/
>  xen/include/public/public
> -xen/include/xen/*.new
>  xen/include/xen/acm_policy.h
>  xen/include/xen/compile.h
>  xen/include/xen/hypercall-defs.h

I am happy with these changes.

Reviewed-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

~ Oleksii
Julien Grall Nov. 29, 2023, 6 p.m. UTC | #2
Hi Jan,

On 28/11/2023 13:51, Jan Beulich wrote:
> It's not only in xen/include/xen/ that we generate (intermediate) *.new
> files.
> 
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Julien Grall <jgrall@amazon.com>

Cheers,
diff mbox series

Patch

--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ 
 *.so.[0-9]*
 *.bin
 *.bak
+*.new
 *.tmp
 *.spot
 *.spit
@@ -277,7 +278,6 @@ 
 xen/include/config/
 xen/include/generated/
 xen/include/public/public
-xen/include/xen/*.new
 xen/include/xen/acm_policy.h
 xen/include/xen/compile.h
 xen/include/xen/hypercall-defs.h