Re: [ovs-dev] [PATCH] Add *.c *.h to datapath/linux/.gitignore

2016-06-06 Thread Aaron Rosen
Done, see, "Subject: [PATCH] Add *.c to datapath/linux/.gitignore" On Mon, Jun 6, 2016 at 11:06 AM, Jesse Gross wrote: > On Thu, Jun 2, 2016 at 6:02 PM, Aaron Rosen wrote: > > This should prevent any additional files from sneaking in here. > > > > Signed-off-by: Aaron Rosen > > I agree that

Re: [ovs-dev] [PATCH] Add *.c *.h to datapath/linux/.gitignore

2016-06-06 Thread Jesse Gross
On Thu, Jun 2, 2016 at 6:02 PM, Aaron Rosen wrote: > This should prevent any additional files from sneaking in here. > > Signed-off-by: Aaron Rosen I agree that this is better since these files are just autogenerated and not very interesting. I think that I would leave kcompat.h in the list tho

[ovs-dev] [PATCH] Add *.c *.h to datapath/linux/.gitignore

2016-06-02 Thread Aaron Rosen
This should prevent any additional files from sneaking in here. Signed-off-by: Aaron Rosen --- datapath/linux/.gitignore | 54 ++- 1 file changed, 2 insertions(+), 52 deletions(-) diff --git a/datapath/linux/.gitignore b/datapath/linux/.gitignore inde