From: Bartosz Golaszewski Date: Mon, 17 Apr 2023 08:25:35 +0000 (+0200) Subject: bindings: python: update .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c19fcfc681556b1988acfc8dc6c7c1fd72c3639a;p=qemu-gpiodev%2Flibgpiod.git bindings: python: update .gitignore The name of the project has changed so the egg-info directory is no longer ignored. Update .gitignore but make the entry more general. Fixes: d5a454cda504 ("bindings: python: change the project name to libgpiod") Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore index b603068..fce31f5 100644 --- a/bindings/python/.gitignore +++ b/bindings/python/.gitignore @@ -4,5 +4,5 @@ build/ __pycache__/ dist/ -gpiod.egg-info/ +*.egg-info/ *.so