From 2c93cf9019bbed3cf4f923699b719fa7afd6cb3a Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Tue, 24 Apr 2018 17:26:59 -0500 Subject: [PATCH] Ignore CMake-generated files, static libraries, coredumps, and the odd git-renamed file. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index c8c13aed4..8cac56759 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,9 @@ package/osx/Slic3r*.app *.dmg *.swp *.swo +CMakeFiles +*.orig +*.a +core +CMakeCache.txt +*.cmake