mirror of
https://github.com/fergalmoran/picard.git
synced 2026-04-06 04:25:17 +00:00
This gives users of the source the ability to manipulate those files instead of just receiving the compiled resources.py (which essentially is just an unmodifieable binary dump).
21 lines
457 B
Plaintext
21 lines
457 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__ *
|
|
|
|
exclude org.musicbrainz.Picard.appdata.xml
|
|
exclude win-version-info.txt
|