From 49494e919b23ab14edfaec42e0e6a9c19a00a43d Mon Sep 17 00:00:00 2001 From: Łukasz Mariański Date: Sat, 23 Apr 2022 18:55:50 +0200 Subject: Fix glob pattern and update other profiles/includes --- etc/profile-a-l/atom.profile | 2 +- etc/profile-a-l/code.profile | 2 +- etc/profile-a-l/electron.profile | 4 ++-- etc/profile-a-l/github-desktop.profile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/atom.profile b/etc/profile-a-l/atom.profile index c1ca20ec9..43d68e755 100644 --- a/etc/profile-a-l/atom.profile +++ b/etc/profile-a-l/atom.profile @@ -12,7 +12,7 @@ ignore include disable-interpreters.inc ignore include disable-xdg.inc ignore whitelist ${DOWNLOADS} ignore whitelist ${HOME}/.config/Electron -ignore whitelist ${HOME}/.config/electron-flag*.conf +ignore whitelist ${HOME}/.config/electron*([0-9])-flag*.conf ignore include whitelist-common.inc ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc diff --git a/etc/profile-a-l/code.profile b/etc/profile-a-l/code.profile index 4cade5749..6d77db69e 100644 --- a/etc/profile-a-l/code.profile +++ b/etc/profile-a-l/code.profile @@ -12,7 +12,7 @@ ignore include disable-interpreters.inc ignore include disable-xdg.inc ignore whitelist ${DOWNLOADS} ignore whitelist ${HOME}/.config/Electron -ignore whitelist ${HOME}/.config/electron-flag*.conf +ignore whitelist ${HOME}/.config/electron*([0-9])-flag*.conf ignore include whitelist-common.inc ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc diff --git a/etc/profile-a-l/electron.profile b/etc/profile-a-l/electron.profile index 9f77f4abb..22cd71147 100644 --- a/etc/profile-a-l/electron.profile +++ b/etc/profile-a-l/electron.profile @@ -5,7 +5,7 @@ include electron.local noblacklist ${HOME}/.config/Electron -noblacklist ${HOME}/.config/electron[0-9]*-flag*.conf +noblacklist ${HOME}/.config/electron*([0-9])-flag*.conf include disable-common.inc include disable-devel.inc @@ -16,7 +16,7 @@ include disable-xdg.inc whitelist ${DOWNLOADS} whitelist ${HOME}/.config/Electron -whitelist ${HOME}/.config/electron[0-9]*-flag*.conf +whitelist ${HOME}/.config/electron*([0-9])-flag*.conf include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc diff --git a/etc/profile-a-l/github-desktop.profile b/etc/profile-a-l/github-desktop.profile index 943a3c8c3..8ae3850b4 100644 --- a/etc/profile-a-l/github-desktop.profile +++ b/etc/profile-a-l/github-desktop.profile @@ -15,7 +15,7 @@ include globals.local ignore include disable-xdg.inc ignore whitelist ${DOWNLOADS} ignore whitelist ${HOME}/.config/Electron -ignore whitelist ${HOME}/.config/electron-flag*.conf +ignore whitelist ${HOME}/.config/electron*([0-9])-flag*.conf ignore include whitelist-common.inc ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc -- cgit v1.2.3-54-g00ecf