boreal: simplify backup exclude path

This commit is contained in:
Antoine Martin 2021-08-13 18:39:20 +02:00
parent e950ba8971
commit b03806095e

View file

@ -76,7 +76,7 @@ in
"*.so" "*.so"
# ignore all dotfiles as .config and .cache can become quite big # ignore all dotfiles as .config and .cache can become quite big
"re:^/home/alarsyo/\\." "/home/alarsyo/.*"
]; ];
}; };