blob: 151f91e2f638d4d3ef88d1b0c75ac08f08ac002d (
plain)
1
2
3
4
5
|
include *.txt *.ini *.cfg *.rst
recursive-include fietsboek *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.jinja2
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
|