summaryrefslogtreecommitdiff
path: root/utils/llvmdo
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-13 18:59:40 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-13 18:59:40 +0000
commit99aa27161b3479748c0a1df79a46740b3eb4928d (patch)
tree5f6a70d2c0a60357021394b23aa0cae89b0d8c27 /utils/llvmdo
parentc7e289f7ca0ac545e13ccef22c7146075480fd89 (diff)
downloadllvm-99aa27161b3479748c0a1df79a46740b3eb4928d.tar.gz
llvm-99aa27161b3479748c0a1df79a46740b3eb4928d.tar.bz2
llvm-99aa27161b3479748c0a1df79a46740b3eb4928d.tar.xz
Count the documentation. Otherwise we take a 30,000 hit in the LOC on the
nightly test graph. And, documentation is important. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvmdo')
-rwxr-xr-xutils/llvmdo10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/llvmdo b/utils/llvmdo
index 54c21293d1..2cd24c8423 100755
--- a/utils/llvmdo
+++ b/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 \