From 4adb9e847c5d8f873ebf54c50946cd0e55aa7400 Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Mon, 11 Mar 2019 15:13:50 +0100 Subject: [PATCH] Ignore only files with a leading underscore --- _stow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_stow b/_stow index 07bea7e..3142c1c 100755 --- a/_stow +++ b/_stow @@ -1 +1 @@ -stow --no-folding --ignore=_.* -v . +stow --no-folding --ignore=^_.* -v .