Update .local/share/chezmoi/system/.chezmoiignore
This commit is contained in:
parent
df13ca7758
commit
7ec8d5e8e2
1 changed files with 13 additions and 0 deletions
13
.local/share/chezmoi/system/.chezmoiignore
Normal file
13
.local/share/chezmoi/system/.chezmoiignore
Normal 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 }}
|
Loading…
Reference in a new issue