From 65da694f501ed69bb01319d057386355a6c6b911 Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Sun, 19 Jan 2014 16:47:47 +0200 Subject: [PATCH] gitignore meshes starting with underscore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2e39568..b321a15 100644 --- a/.gitignore +++ b/.gitignore @@ -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