python-efl/.gitignore

37 lines
359 B
Plaintext
Raw Normal View History

2013-03-22 12:13:18 -07:00
*.py[co]
MANIFEST
installed_files-*.txt
2013-03-22 12:13:18 -07:00
# 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
# Cython generated files
efl/*/*.c
efl/*/*.h
2019-10-05 23:45:57 -07:00
!efl/dbus_mainloop/e_dbus.*
efl/*/*.html
2020-04-27 10:16:23 -07:00
# Various editors trash
.idea/
2021-11-14 14:25:02 -08:00
.vscode/