mirror of https://github.com/mpv-player/mpv
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:
parent
eb85c86a2c
commit
0928eb76d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue