From 0cc8e2d1dfd42ec1b0913fd5cddc4c569342810b Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Fri, 6 Sep 2019 09:07:33 -0700 Subject: [PATCH] Added cpp files to build clean --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a86527ace092b..c5cd9afe3f9bb 100755 --- a/setup.py +++ b/setup.py @@ -277,6 +277,7 @@ def initialize_options(self): ".pyo", ".pyd", ".c", + ".cpp", ".orig", ): self._clean_me.append(filepath)