From 272324e60d0f6c1e7a4d97ab79af29a94487fdd3 Mon Sep 17 00:00:00 2001 From: Adonis Stavridis <adonis.s@windowslive.com> Date: Wed, 5 Feb 2020 13:27:30 +0100 Subject: [PATCH] add Blender specific ignores --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a18dabf..6203a11 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,7 @@ export_presets.cfg # Mono-specific ignores .mono/ -data_*/ \ No newline at end of file +data_*/ + +# Blender-specific ignores +*.blend1 -- GitLab