From 837d34ecf57c823f75667b5b7fa9fa426d187c48 Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Fri, 26 Jan 2024 13:18:40 +0100 Subject: [PATCH] Stop ignoring gcoder_line cruft The in-place build of the 'gcoder_line' extension is no longer recommended. A command such as `python setup.py build_ext --inplace` is deprecated. Therefore its outputs should no longer be ignored and should be considered cruft that needs to be removed. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index e19383990..84b56a4b2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,6 @@ prontserve-env pronterface.spec pronsole.spec plater.spec -printrun/gcoder_line.c -printrun/gcoder_line*.so -printrun/gcoder_line*.pyd .project .pydevproject /build/