gitignore meshes starting with underscore

This commit is contained in:
Mikko Mononen 2014-01-19 16:47:47 +02:00
parent ad7a13cbf3
commit 65da694f50

3
.gitignore vendored
View File

@ -14,6 +14,9 @@ RecastDemo/Bin/RecastDemo
# Build directory
RecastDemo/Build
# Ignore some meshes based on name
RecastDemo/Bin/Meshes/_*
## Logs and databases #
*.log
*.sql