space
This commit is contained in:
parent
fd0b4185dd
commit
f56d1c1126
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user