From 1147ad9a91560fe42ef1193abcb67c004d505c98 Mon Sep 17 00:00:00 2001 From: Peter Bennett Date: Mon, 15 Nov 2021 13:10:57 -0500 Subject: [PATCH] python bindngs: Add MythTV.egg-info to gitignore MythTV.egg-info is generated during build and should not be processed by git. (cherry picked from commit 57a388e222ff29571054e478de3aec94c0f8eeb8) --- mythtv/bindings/python/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/mythtv/bindings/python/.gitignore b/mythtv/bindings/python/.gitignore index c10195c14ae..9d4563ba218 100644 --- a/mythtv/bindings/python/.gitignore +++ b/mythtv/bindings/python/.gitignore @@ -1,3 +1,4 @@ build/ *.pyc *.swo +MythTV.egg-info/