Don't count .lo files :)
authorChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 05:01:04 +0000 (05:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 05:01:04 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16439 91177308-0d34-0410-b5e6-96231b3b80d8

utils/countloc.sh

index 04edb9daf299b6a89a4b8788db2371ffddc87f9c..75a61549716b26a74b0f15a247f5670f208c4088 100755 (executable)
@@ -22,6 +22,7 @@ if test -d "$TOPDIR" ; then
       \! -name '*~' \
       \! -name '#*' \
       \! -name '*.ll' \
+      \! -name '*.lo' \
       \! -name '*.d' \
       \! -name '*.dir' \
       \! -name 'Sparc.burm.c' \