From 9e84d2a4164604c8ec1a6d04c388b114f90df4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 29 Jul 2016 11:05:51 +0200 Subject: [PATCH] Only ignore blend files at the root dir --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cc6103a..88776e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ *.pyc *.swp -*.blend -*.blend[1-9] +/*.blend* blender_cloud/wheels/*.whl /textures*/ /test_*.py