This commit is contained in:
Thomas E Lackey 2023-11-06 22:48:53 -06:00
parent fd0b4185dd
commit f56d1c1126

View File

@ -2,7 +2,6 @@
TMPF=`mktemp`
for d in $(find . -maxdepth 1 -type d | grep -v '\./\.' | grep '/' | cut -d'/' -f2); do
egrep "/$d[/$]?" .gitignore >/dev/null 2>/dev/null
if [ $? -eq 0 ]; then