This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository python-efl.

View the commit online.

commit 0725983f73dc67ecebe1120554634632b1487683
Author: Dave Andreoli <d...@gurumeditation.it>
AuthorDate: Sat Aug 30 18:33:04 2025 +0200

    Update gitignore
---
 .gitignore | 34 ++++++++--------------------------
 1 file changed, 8 insertions(+), 26 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0af24df..62c56db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,36 +1,18 @@
+# Python
 *.py[co]
-MANIFEST
-installed_files-*.txt
+__pycache__
 
 # Packages
-*.egg
-*.egg-info
 dist
 build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-
-# Translations
-*.mo
+*.egg-info
 
 # Cython generated files
-efl/*/*.c
-efl/*/*.h
-!efl/dbus_mainloop/e_dbus.*
-efl/*/*.html
+src/**/*.c
+src/**/*.h
+!src/efl/dbus_mainloop/e_dbus.*
+src/**/*.html
 
-# Various editors trash
+# Various editors stuff
 .idea/
 .vscode/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to