Skip to content

Commit

Permalink
.gitignore: Be more specific about what we ignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
smcv authored and alexlarsson committed May 3, 2022
1 parent 8617ab0 commit 134950e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 134950e

Please sign in to comment.