Browse Source

sde-cleanup: don't rant about .gitattributes files

stable/0.6
Alejandro Mery 11 years ago
parent
commit
78d522b2f6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bin/sde-cleanup-linger

+ 2
- 1
bin/sde-cleanup-linger

@ -49,7 +49,8 @@ files_warn="-name DEADJOE -o -name *-[xX] \
# Print warnings for 'lingering' files
#
( bin/find ${sderootdirs} \( \
\( \( $files_warn -o -name '.[^.]*' \) -a ! -name '.gitignore' \) \
\( \( $files_warn -o -name '.[^.]*' \) \
-a ! -name '.gitignore' -a ! -name '.gitattributes' \) \
-printf 'WARNING: Found %p\n' \
\) -o \( \
\( ! -type d ! -type f \) \

Loading…
Cancel
Save