fix ignore noglob setting

This commit is contained in:
Alexander Gehrke 2025-09-19 16:36:46 +02:00 committed by Alexander Roso
parent 78e61b6489
commit 7a0e0f31a9

View file

@ -3,4 +3,4 @@ ignore() {
printf "%s\n" $@ >> .gitignore printf "%s\n" $@ >> .gitignore
git add .gitignore git add .gitignore
} }
noglob ignore alias ignore="noglob ignore"