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
This commit is contained in:
ivo 2006-07-14 13:34:44 +00:00
parent eb85c86a2c
commit 0928eb76d6
1 changed files with 1 additions and 1 deletions

View File

@ -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