From b140c793241ca027ee06e086944f2252834d0c83 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 4 Dec 2014 09:34:33 +0100 Subject: [PATCH] Use regex to ignore versioned blend's MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Kévin Dietrich for the suggestion --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e112b47..88d3fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.sublime-project *.sublime-workspace *.db -*.blend1 +*.blend[0-9]* webservice/venv/ docs/venv/