From 80a98b3d2ab3b5ded0d07316d19aef44dbbb60d0 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 4 Jan 2026 18:07:16 -0500 Subject: [PATCH] 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. --- community/Linux/Flatpak.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/Linux/Flatpak.gitignore diff --git a/community/Linux/Flatpak.gitignore b/community/Linux/Flatpak.gitignore new file mode 100644 index 0000000000..9a5619c685 --- /dev/null +++ b/community/Linux/Flatpak.gitignore @@ -0,0 +1,3 @@ +.flatpak-builder +builddir +repo