Re: [PATCH v1 1/2] git: ignore standard python files

2022-11-04 Thread Bruce Richardson
On Thu, Nov 03, 2022 at 01:29:25PM +, Juraj Linkeš wrote: > These are python byte-compiled/optimized/dll files and IDE files. > > Signed-off-by: Juraj Linkeš > --- > .gitignore | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 212

RE: [PATCH v1 1/2] git: ignore standard python files

2022-11-04 Thread Juraj Linkeš
Adding folks I forgot to add > -Original Message- > From: Juraj Linkeš > Sent: Thursday, November 3, 2022 2:29 PM > Cc: dev@dpdk.org; Juraj Linkeš > Subject: [PATCH v1 1/2] git: ignore standard python files > > These are python byte-compiled/optimized/dll files and IDE files. > > Signe