mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
.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:
parent
8617ab0ad0
commit
134950e337
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user