Updated .gitignore
Added rule to exclude unit tests binaries Added rule to exclude more VS15 files Former-commit-id: 11ea17c814e2bdc8162f58ac8a3392d2d67c9c0d
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
# Nazara build
|
||||
examples/bin/*.exe
|
||||
tests/*.exe
|
||||
lib/*
|
||||
|
||||
# Feature page
|
||||
@@ -28,6 +29,7 @@ build/**/*.sln
|
||||
build/**/*.vcxprojResolveAssemblyReference.cache
|
||||
build/**/*.nativecodeanalysis.all.xml
|
||||
build/**/*.nativecodeanalysis.xml
|
||||
build/**/*.VC.opendb
|
||||
lib/*.exp
|
||||
|
||||
# Compiled Object files
|
||||
|
||||
Reference in New Issue
Block a user