fractal/.gitignore
Christopher Davis bd4d7b8859 build: Use config.rs instead of env! macro
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.
2019-04-27 16:24:08 +00:00

11 lines
112 B
Text

target
*~
*.swp
*.swo
Makefile
_build
vendor
*.gresource
# Files configured by meson
fractal-gtk/src/config.rs