Update .local/share/chezmoi/system/.chezmoiignore

This commit is contained in:
Brian Zalewski 2022-12-06 09:38:02 +00:00
parent df13ca7758
commit 7ec8d5e8e2

View file

@ -0,0 +1,13 @@
.chezmoiscripts/**/*
!.chezmoiscripts/{{ .host.distro.id }}/**/*
!.chezmoiscripts/universal/**/*
{{- if ne .host.distro.id "qubes" }}
boot/efi/EFI/qubes
etc/qubes
etc/yum.repos.d/qubes-dom0.repo
{{- end }}
{{- if eq .host.distro.family "windows" }}
usr/local/bin/executable_squash-symlink
{{- end }}