github-gitignore/community/Linux/Flatpak.gitignore
AJ Jordan 80a98b3d2a Add Flatpak.gitignore
Cribbed directly from the Element Flatpak's .gitignore file at
https://github.com/flathub/im.riot.Riot/blob/master/.gitignore, simply
because Element is a pretty popular application.

Note in particular that this covers all directories that will be
created by the Flatpak tutorial's suggested `flatpak-builder` command:
https://docs.flatpak.org/en/latest/first-build.html#build-and-install

`repo` is the OSTree repository that the built Flatpak will be
"published" to for testing, `.flatpak-builder` is an internal build
directory, and `builddir` is another, user-specified build directory.
2026-01-04 18:07:16 -05:00

4 lines
31 B
Plaintext

.flatpak-builder
builddir
repo