.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>
This commit is contained in:
Simon McVittie 2022-04-21 11:14:15 +01:00 committed by Alexander Larsson
parent 8617ab0ad0
commit 134950e337

4
.gitignore vendored
View File

@ -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