From 71812b848a533772199689a1cdc5c92d3116f417 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Wed, 12 Mar 2014 09:33:00 -0700 Subject: [PATCH] .gitignore: Ignore visual studio created files. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 *~ -- 2.43.0