From: Chris Lattner Date: Mon, 20 Sep 2004 05:01:04 +0000 (+0000) Subject: Don't count .lo files :) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2ac3f19e90c4d3625b3d546448ec87724b5ec7a9;p=oota-llvm.git Don't count .lo files :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16439 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/countloc.sh b/utils/countloc.sh index 04edb9daf29..75a61549716 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' \