From efc57d740f24b86731fe20c1f6a2e536b05bbd64 Mon Sep 17 00:00:00 2001 From: Will Pearson Date: Thu, 25 Apr 2019 18:44:20 -0700 Subject: [PATCH] Ignore .metaproj and .3dm files Co-authored-by: Steve Baer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cf6f2d83..e4e2c78f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.o +*.metaproj +*.3dm # output from example_test example_test_log_*.txt