fractal/.gitignore
Christopher Davis 7b1734af95 build: Build resources with meson instead of build.rs
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!.
2019-04-27 16:24:08 +00:00

12 lines
148 B
Text

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