From: Gurucharan Shetty Date: Wed, 12 Mar 2014 16:33:00 +0000 (-0700) Subject: .gitignore: Ignore visual studio created files. X-Git-Tag: sliver-openvswitch-2.2.90-1~6^2~127 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=71812b848a533772199689a1cdc5c92d3116f417;p=sliver-openvswitch.git .gitignore: Ignore visual studio created files. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- diff --git a/.gitignore b/.gitignore index d2052273b..bd87a7f21 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,12 @@ *.loT *.mod.c *.o -*.o +*.obj +*.exe +*.exp +*.ilk +*.lib +*.pdb *.pyc *.so *~