From: Jonathan Blake Date: Sat, 27 Oct 2012 00:11:17 +0000 (+0000) Subject: ignore DOT and LOG files X-Git-Tag: 20130222~59 X-Git-Url: http://git.projectaon.org/?a=commitdiff_plain;h=8faf07f861f74be67329b1b370fa5bd9953a514a;p=project-aon.git ignore DOT and LOG files git-svn-id: https://projectaon.org/data/trunk@2149 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/scripts/list-file-sizes.sh b/common/scripts/list-file-sizes.sh index 977f0bc..1b92073 100755 --- a/common/scripts/list-file-sizes.sh +++ b/common/scripts/list-file-sizes.sh @@ -5,6 +5,6 @@ du -h `find . -path "*xhtml-less-simple*$1"` find . -name "$1.*" \ - | grep -v "\.svn\|\.xml" \ + | grep -v "\.svn\|\.xml\|\.dot\|\.log" \ | xargs ls -lh \ | awk '{print $5 "\t" $9}'