aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-17 10:25:35 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-17 10:32:30 +0200
commitc19fcfc681556b1988acfc8dc6c7c1fd72c3639a (patch)
treef957fc634a1d7d29ae7cd1682056bcc64579ffa3
parent010207cd0e586ddea4d805deeffb3df4b578eebe (diff)
downloadlibgpiod-c19fcfc681556b1988acfc8dc6c7c1fd72c3639a.tar.gz
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 <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/python/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore
index b603068b..fce31f55 100644
--- a/bindings/python/.gitignore
+++ b/bindings/python/.gitignore
@@ -4,5 +4,5 @@
build/
__pycache__/
dist/
-gpiod.egg-info/
+*.egg-info/
*.so