From 68ca58e922395b2379b00a870ec77965c00e971a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 2 Jun 2003 22:23:02 +0000 Subject: - Ignore ".eps.gz" files or Druplicon logos. --- scripts/code-clean.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/code-clean.sh b/scripts/code-clean.sh index 3053fff1b..24509a00e 100644 --- a/scripts/code-clean.sh +++ b/scripts/code-clean.sh @@ -4,5 +4,5 @@ find . -name ".#*" -type f | xargs rm -f find . -name "*.rej" -type f | xargs rm -f find . -name "*.orig" -type f | xargs rm -f find . -name "DEADJOE" -type f | xargs rm -f -find . -type f | grep -v ".psp" | grep -v ".gif" | grep -v ".jpg" | grep -v ".png" | grep -v ".tgz" | xargs perl -wi -pe 's/\s+$/\n/' -find . -type f | grep -v ".psp" | grep -v ".gif" | grep -v ".jpg" | grep -v ".png" | grep -v ".tgz" | xargs perl -wi -pe 's/\t/ /g' +find . -type f | grep -v ".psp" | grep -v ".gif" | grep -v ".jpg" | grep -v ".png" | grep -v ".tgz" | grep -v "druplicon" | xargs perl -wi -pe 's/\s+$/\n/' +find . -type f | grep -v ".psp" | grep -v ".gif" | grep -v ".jpg" | grep -v ".png" | grep -v ".tgz" | grep -v "druplicon" | xargs perl -wi -pe 's/\t/ /g' -- cgit v1.2.3