summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-14 13:34:44 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-14 13:34:44 +0000
commit0928eb76d6607f949268e12616a35f8883c4c403 (patch)
treeda03a92c60bf1eb97582b7ab5ea59d21bed813b7 /TOOLS
parenteb85c86a2ccf7dd66549fff2d8bf1f78cba1b9e9 (diff)
downloadmpv-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')
-rwxr-xr-xTOOLS/checktree.sh2
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