From 68d752c23e9a16599435a3e5c16e1cf1616e6780 Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Sat, 18 Jun 2016 20:04:02 +0300 Subject: [PATCH] Some Visual Studio gitignores (#122) * Ignore /build directory * Some Windows and Visual Studio .gitignores --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index b8bd0267b..92732606e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# The build directory should clearly not be checked in +/build + # Compiled Object files *.slo *.lo @@ -13,6 +16,15 @@ *.dylib *.dll +# Incremental linking files +*.ilk + +# Library export files +*.exp + +# Debug symbols +*.pdb + # Fortran module files *.mod @@ -26,3 +38,8 @@ *.exe *.out *.app + +# Visual Studio files +/packages +*.suo +*.user