summaryrefslogtreecommitdiff
path: root/utils/countloc.sh
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-09-20 05:01:04 +0000
committerChris Lattner <sabre@nondot.org>2004-09-20 05:01:04 +0000
commit2ac3f19e90c4d3625b3d546448ec87724b5ec7a9 (patch)
treeb0834106d744f9a6497f7ecff4a284987a5532e7 /utils/countloc.sh
parentb12914bfc0f76a7a48357162d5f4c39a1343e69b (diff)
downloadllvm-2ac3f19e90c4d3625b3d546448ec87724b5ec7a9.tar.gz
llvm-2ac3f19e90c4d3625b3d546448ec87724b5ec7a9.tar.bz2
llvm-2ac3f19e90c4d3625b3d546448ec87724b5ec7a9.tar.xz
Don't count .lo files :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/countloc.sh')
-rwxr-xr-xutils/countloc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/countloc.sh b/utils/countloc.sh
index 04edb9daf2..75a6154971 100755
--- a/utils/countloc.sh
+++ b/utils/countloc.sh
@@ -22,6 +22,7 @@ if test -d "$TOPDIR" ; then
\! -name '*~' \
\! -name '#*' \
\! -name '*.ll' \
+ \! -name '*.lo' \
\! -name '*.d' \
\! -name '*.dir' \
\! -name 'Sparc.burm.c' \