Re: [RFC] git: consolidate .gitignore files

2025-03-15 Thread Patrick Robb
On Fri, Mar 14, 2025 at 11:28 AM Thomas Monjalon wrote: > > Please can you rebase next-dts on top of main? > It will force you to make the change in the root .gitconfig > Thanks for the explanation this should be all set - I have rebased next-dts and here is the updated commit: https://git.dpdk.

Re: [RFC] git: consolidate .gitignore files

2025-03-15 Thread Patrick Robb
https://git.dpdk.org/next/dpdk-next-dts/commit/?id=564f4abb42df0cdf7da8c53933705bc205642005 This commit on next-dts changes the name of this default config file from test_runs.yaml to test_run.yaml. However, it is not pulled to main yet. I can send a patch equivalent to Stephen's which changes te

Re: [RFC] git: consolidate .gitignore files

2025-03-15 Thread Thomas Monjalon
10/02/2025 18:20, Stephen Hemminger: > Lets have only one .gitignore at top level. > > Signed-off-by: Stephen Hemminger Applied with uAPI rules dropped and these explanations added: " Some generated DTS files must be ignored. The Linux uAPI files should not be ignored. "

Re: [RFC] git: consolidate .gitignore files

2025-03-14 Thread Thomas Monjalon
14/03/2025 16:18, Patrick Robb: > https://git.dpdk.org/next/dpdk-next-dts/commit/?id=564f4abb42df0cdf7da8c53933705bc205642005 > > This commit on next-dts changes the name of this default config file from > test_runs.yaml to test_run.yaml. However, it is not pulled to main yet. > > I can send a pa

Re: [RFC] git: consolidate .gitignore files

2025-02-11 Thread Patrick Robb
On Mon, Feb 10, 2025 at 12:21 PM Stephen Hemminger < step...@networkplumber.org> wrote: > > diff --git a/.gitignore b/.gitignore > index 903fe9bc64..a1a6843494 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -43,6 +43,8 @@ TAGS > > # DTS results > dts/output > +dts/nodes.yaml > +dts/test_rund.

Re: [RFC] git: consolidate .gitignore files

2025-02-11 Thread Thomas Monjalon
10/02/2025 18:20, Stephen Hemminger: > +# ignore Linux UAPI kernel headers > +kernel/linux/uapi/version > +kernel/linux/uapi/**/*.h The original .gitignore had some "!" for an opposite logic. I think we can just completely drop this one, it looks unneeded.