mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Count the documentation. Otherwise we take a 30,000 hit in the LOC on the
nightly test graph. And, documentation is important. llvm-svn: 29654
This commit is contained in:
parent
283f511a60
commit
e309e97cbd
10
utils/llvmdo
10
utils/llvmdo
@ -90,15 +90,20 @@ if test -d "$TOPDIR" ; then
|
||||
-o -name *.def \
|
||||
-o -name *.el \
|
||||
-o -name *.exp \
|
||||
-o -name *.footer \
|
||||
-o -name *.gnuplot' \
|
||||
-o -name *.h \
|
||||
-o -name *.header \
|
||||
-o -name *.html \
|
||||
-o -name *.in \
|
||||
-o -name *.inc \
|
||||
-o -name *.intro \
|
||||
-o -name *.l \
|
||||
-o -name *.ll \
|
||||
-o -name *.llx \
|
||||
-o -name *.lst \
|
||||
-o -name *.m4 \
|
||||
-o -name *.pod \
|
||||
-o -name *.pl \
|
||||
-o -name *.py \
|
||||
-o -name *.sh \
|
||||
@ -124,11 +129,6 @@ if test -d "$TOPDIR" ; then
|
||||
"
|
||||
if test -z "$CODE_ONLY" ; then
|
||||
files_to_match="$files_to_match \
|
||||
-o -name *.footer \
|
||||
-o -name *.header \
|
||||
-o -name *.html \
|
||||
-o -name *.intro \
|
||||
-o -name *.pod \
|
||||
-o -name *.txt \
|
||||
-o -name *.TXT \
|
||||
-o -name *.vim \
|
||||
|
Loading…
Reference in New Issue
Block a user