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:
parent
450b80716e
commit
33f8e9775a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue