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.
This commit is contained in:
Juraj Fiala 2020-06-25 17:11:05 +02:00 committed by Daniel Garcia Moreno
parent 146df508d3
commit fce71313d3

5
.gitignore vendored
View file

@ -11,3 +11,8 @@ vendor
# Files configured by meson
fractal-gtk/src/config.rs
fractal-gtk/src/static_resources.rs
# Files created by Flatpak
.flatpak-builder/
fractal/
*.flatpak