From c19fcfc681556b1988acfc8dc6c7c1fd72c3639a Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 17 Apr 2023 10:25:35 +0200 Subject: [PATCH] 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 --- bindings/python/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2