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
|
# Nazara build
|
||||||
examples/bin/*.exe
|
examples/bin/*.exe
|
||||||
|
tests/*.exe
|
||||||
lib/*
|
lib/*
|
||||||
|
|
||||||
# Feature page
|
# Feature page
|
||||||
|
|
@ -28,6 +29,7 @@ build/**/*.sln
|
||||||
build/**/*.vcxprojResolveAssemblyReference.cache
|
build/**/*.vcxprojResolveAssemblyReference.cache
|
||||||
build/**/*.nativecodeanalysis.all.xml
|
build/**/*.nativecodeanalysis.all.xml
|
||||||
build/**/*.nativecodeanalysis.xml
|
build/**/*.nativecodeanalysis.xml
|
||||||
|
build/**/*.VC.opendb
|
||||||
lib/*.exp
|
lib/*.exp
|
||||||
|
|
||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue