From 0928eb76d6607f949268e12616a35f8883c4c403 Mon Sep 17 00:00:00 2001 From: ivo Date: Fri, 14 Jul 2006 13:34:44 +0000 Subject: also omit configure.log and the generated help_mp.h from files to check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19083 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/checktree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh index d60ff3ff37..dcd2b8609f 100755 --- a/TOOLS/checktree.sh +++ b/TOOLS/checktree.sh @@ -74,7 +74,7 @@ all_filenames() { if [ "$_svn" == "no" ]; then find . -type f \ | grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \ - | grep -v "^\./version\.h\|\.o$\|\.a$" + | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h" else list_svn . fi -- cgit v1.2.3