From bad3559cd791911bfa4f73acf1d259ede7f98865 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 14 Jan 2016 12:06:57 +0100 Subject: [PATCH] Updated .gitignore Some more Visual Studio specific files added --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9bf98a2..65a62c9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,10 +20,12 @@ *.out *.app -# Visual C++ cache files +# Visual Studio specific files *.opensdf *.sdf - -# Visual Studio user-specific files *.suo -*.user \ No newline at end of file +*.user +*.log +*.tlog +*.pdb +*.lastbuildstate \ No newline at end of file