From 07402f3f7a2e2bc626025ccb0381efe47d988591 Mon Sep 17 00:00:00 2001 From: Jordan Snelling Date: Thu, 25 Dec 2014 20:26:52 +0000 Subject: [PATCH] fix gitignores detection of .blend1, .blend2 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b9d6bd9..39ac8a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ ################# +## Blender Miscs +################# +*.blend1 +*.blend2 +################# ## Eclipse #################