From fefc291097681a9e84b9cca9fa1f369fff742ca5 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Wed, 26 Apr 2017 20:23:20 -0600 Subject: [PATCH] Ignore the .blend1 files, etc. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 72364f9..51ef757 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ *.py[cod] *$py.class +*.blend[0-9] # C extensions *.so