From 97719a50d06e23daf93fa98b81c074d2cc361add Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Thu, 12 May 2022 22:57:34 -0500 Subject: [PATCH] ignore .dxf files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c77d6b1..c89e16b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.stl \ No newline at end of file +*.stl +*.dxf \ No newline at end of file