diff --git a/bin/ls-all-repos b/bin/ls-all-repos --- a/bin/ls-all-repos +++ b/bin/ls-all-repos @@ -23,7 +23,7 @@ done # list obsolete repositories -find . -mindepth 1 -maxdepth 1 -type d | +find . -mindepth 1 -maxdepth 1 -type d -not -path '*/\.*' | while read dir ; do dir=${dir#./} # strip "./" prefix if [ "$dir" == ".git" -o "$dir" == "bin" -o "$dir" == "packages" \