mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
22 lines
480 B
Plaintext
22 lines
480 B
Plaintext
graft po
|
|
|
|
recursive-include scripts *.in
|
|
recursive-exclude scripts picard
|
|
|
|
include *.in
|
|
|
|
include *.md
|
|
include *.txt
|
|
|
|
recursive-include resources *.py
|
|
recursive-include resources/images *
|
|
|
|
recursive-include test *.py
|
|
recursive-include test/data *
|
|
recursive-exclude test/data/testplugins/module/dummyplugin/__pycache__ *
|
|
recursive-exclude test/data/testplugins/singlefile/__pycache__ *
|
|
recursive-exclude * *~
|
|
|
|
exclude org.musicbrainz.Picard.appdata.xml
|
|
exclude win-version-info.txt
|