Re: [ovs-dev] [PATCH] .gitignore: Ignore visual studio created files.

2014-03-13 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 11:21:21AM -0700, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] .gitignore: Ignore visual studio created files.

2014-03-12 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- .gitignore |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d205227..bd87a7f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,12 @@ *.loT *.mod.c *.o -*.o +*.obj +*.exe +*.exp +*.ilk +*.lib +*.pdb