summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-04-21 11:14:15 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2022-05-03 13:54:23 +0200
commit134950e33719a9aeb01579d811095ce71f23085c (patch)
tree343773b1d0f0ce1b0cd2579d30a97cff2fc75224
parent8617ab0ad0243f5ae78f505041566b16d8bb45db (diff)
downloadflatpak-134950e33719a9aeb01579d811095ce71f23085c.tar.gz
.gitignore: Be more specific about what we ignore
When we add a Meson build system, we will need to add a meson.build in the subdirectories that were ignored by these rules. Ignore individual files instead of entire subdirectories. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f901ea79..585bc9bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,14 +48,12 @@ flatpak-portal-dbus.[ch]
flatpak-dbus-proxy
permission-store-dbus.[ch]
flatpak-system-helper
-xdg-desktop-portal
oci-authenticator/*.service
portal/*.service
session-helper/*.service
system-helper/*.service
sideload-repos-systemd/flatpak-sideload-usb-repo.service
sideload-repos-systemd/flatpak-sideload-usb-repo.path
-tests/services
flatpak.conf
flatpak.env
flatpak.sh
@@ -135,6 +133,8 @@ libglnx-config.h
/tests/hold-lock
/tests/list-unused
/tests/mock-flatpak
+/tests/services/*.service
+/tests/share/xdg-desktop-portal/portals/*.portal
/tests/try-syscall
*.test
/tests/*.sh.log