Allows us to get rid of build.rs, which was only used to compile resources. static_resource.rs is now created by meson, and the meson path is used for include_bytes!. Closes https://gitlab.gnome.org/World/podcasts/issues/55
24 lines
316 B
Plaintext
24 lines
316 B
Plaintext
target/
|
|
**/*.rs.bk
|
|
.vscode
|
|
*.ui~
|
|
resources.gresource
|
|
_build/
|
|
build/
|
|
vendor/
|
|
.criterion/
|
|
org.gnome.*.json~
|
|
podcasts-gtk/po/gnome-podcasts.pot
|
|
|
|
# scripts/test.sh
|
|
target_*/
|
|
|
|
# flatpak-builder stuff
|
|
.flatpak-builder/
|
|
app/
|
|
repo/
|
|
|
|
# Files configured by meson
|
|
podcasts-gtk/src/config.rs
|
|
podcasts-gtk/src/static_resource.rs
|