bindings: python: update .gitignore
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 17 Apr 2023 08:25:35 +0000 (10:25 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 17 Apr 2023 08:32:30 +0000 (10:32 +0200)
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 <bartosz.golaszewski@linaro.org>
bindings/python/.gitignore

index b603068b2e608a22ccf52596ace84c50b7863901..fce31f55d47ad24bdc61dfd3aefb2d337adb1473 100644 (file)
@@ -4,5 +4,5 @@
 build/
 __pycache__/
 dist/
-gpiod.egg-info/
+*.egg-info/
 *.so