diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-14 13:34:44 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-14 13:34:44 +0000 |
commit | 0928eb76d6607f949268e12616a35f8883c4c403 (patch) | |
tree | da03a92c60bf1eb97582b7ab5ea59d21bed813b7 /TOOLS/checktree.sh | |
parent | eb85c86a2ccf7dd66549fff2d8bf1f78cba1b9e9 (diff) | |
download | mpv-0928eb76d6607f949268e12616a35f8883c4c403.tar.bz2 mpv-0928eb76d6607f949268e12616a35f8883c4c403.tar.xz |
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
Diffstat (limited to 'TOOLS/checktree.sh')
-rwxr-xr-x | TOOLS/checktree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |