Previously we were using the env! macro to determine build-time variables like version, app ID, and locale dir. Instead of relying on env vars, we can create a configuration file with meson and import it.
23 lines
280 B
Plaintext
23 lines
280 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
|