From 7f9ca6bf994c41ce17bd013c7ae19dfaa17d1cd7 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 6 Mar 2017 16:36:57 +0100 Subject: [PATCH] Ignore .app and .dmg files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 089e0a2c0e..f245864612 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ xs/MANIFEST.bak xs/assertlib* .init_bundle.ini local-lib +package/osx/Slic3r*.app +*.dmg