From 81dd2c97215ae97472f90f59b7f1295a645ff8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 22 Feb 2018 15:52:27 +0100 Subject: [PATCH] Ignore blend file backups --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d0a9c1..db9eb26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc +*.blend[1-9] __pycache__ /*.egg-info/ /.cache