Re: [dpdk-dev] [PATCH] git: ignore build directory

2018-05-22 Thread Thomas Monjalon
21/03/2016 18:56, Stephen Hemminger: > The mk environment in DPDK puts files in build/ directory > so it makes sense to have a .gitignore file to skip that > directory. > > Signed-off-by: Stephen Hemminger > --- > .gitignore | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/.gitigno

[dpdk-dev] [PATCH] git: ignore build directory

2016-03-21 Thread Matthew Hall
On Mon, Mar 21, 2016 at 10:56:18AM -0700, Stephen Hemminger wrote: > The mk environment in DPDK puts files in build/ directory > so it makes sense to have a .gitignore file to skip that > directory. The last time I proposed such a patch it was rejected. It is sad when community patches are second

[dpdk-dev] [PATCH] git: ignore build directory

2016-03-21 Thread Stephen Hemminger
The mk environment in DPDK puts files in build/ directory so it makes sense to have a .gitignore file to skip that directory. Signed-off-by: Stephen Hemminger --- .gitignore | 5 + 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..5dc652b 100644 --- a/.giti