Some Visual Studio gitignores (#122)

* Ignore /build directory

* Some Windows and Visual Studio .gitignores
This commit is contained in:
mehrdadn
2016-06-18 10:04:02 -07:00
committed by Philipp Moritz
parent 46947edbe9
commit 68d752c23e
+17
View File
@@ -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