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.
This commit is contained in:
parent
86922aee42
commit
80a98b3d2a
1 changed files with 3 additions and 0 deletions
3
community/Linux/Flatpak.gitignore
Normal file
3
community/Linux/Flatpak.gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.flatpak-builder
|
||||
builddir
|
||||
repo
|
||||
Loading…
Add table
Add a link
Reference in a new issue