mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 22:02:59 +00:00
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
|
if [ "$_svn" == "no" ]; then
|
||||||
find . -type f \
|
find . -type f \
|
||||||
| grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \
|
| 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
|
else
|
||||||
list_svn .
|
list_svn .
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user