fractal/.gitignore
Juraj Fiala fce71313d3 git: Ignore Flatpak workfiles
When manually building Fractal with Flatpak, it creates these folders:

- .flatpak-builder/ -- cache folder for downloads/builds
- fractal/ -- build folder, name recommended by the README

Also add .flatpak files (Flatpak bundles), useful when creating builds you want to share for testing.
2020-06-29 06:04:43 +00:00

18 lines
221 B
Text

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