diff --git a/.stowrc b/.stowrc index 6ae788b..1700c93 100644 --- a/.stowrc +++ b/.stowrc @@ -1,6 +1,6 @@ ---ignore='^\.github$' ---ignore='^policy\.hujson$' +--ignore='^httpd$' --ignore='^slurm$' --ignore='^tsdproxy$' --ignore='^vimix$' ---ignore='^httpd$' +--ignore='^policy\.hujson$' +--ignore='^xstow\.ini$' diff --git a/xstow.ini b/xstow.ini new file mode 100644 index 0000000..4080781 --- /dev/null +++ b/xstow.ini @@ -0,0 +1,8 @@ +[matches] +ignore = ^httpd$ +ignore = ^slurm$ +ignore = ^tsdproxy$ +ignore = ^vimix$ +ignore = ^\.stowrc$ +ignore = ^policy\.hujson$ +ignore = ^xstow\.ini$