summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-12 19:20:47 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-12 19:20:47 +0000
commitc0330f166f29815f9d35ce817032802e7a073b03 (patch)
tree8f8e3a8bf6c01809eee6d22d7c035e536c5fbbf9 /scripts
parent5ed848ecdbf479a198d4123f9311878f7bac0596 (diff)
downloadbrdo-c0330f166f29815f9d35ce817032802e7a073b03.tar.gz
brdo-c0330f166f29815f9d35ce817032802e7a073b03.tar.bz2
- Updated to ignore favicons.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/code-clean.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/code-clean.sh b/scripts/code-clean.sh
index 24509a00e..3567d49db 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" | 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'
+find . -type f | grep -v ".psp" | grep -v ".gif" | grep -v ".jpg" | grep -v ".png" | grep -v ".tgz" | grep -v ".ico" | 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 ".ico" | grep -v "druplicon" | xargs perl -wi -pe 's/\t/ /g'