From 1ae684a15856d0edf69b0e3b64e960129c86eb0f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 13 Apr 2004 18:37:51 +0000 Subject: [PATCH] Don't index spiff. It should not count as lines of LLVM code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12911 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/getsrcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/getsrcs.sh b/utils/getsrcs.sh index ab539650dbf..2b9de8271a1 100755 --- a/utils/getsrcs.sh +++ b/utils/getsrcs.sh @@ -5,6 +5,6 @@ find docs include lib tools utils projects -name \*.\[cdhyl\]\* | grep -v Lexer. grep -v llvmAsmParser.cpp | grep -v llvmAsmParser.h | grep -v '~$' | \ grep -v '\.ll$' | grep -v .flc | grep -v Sparc.burm.c | grep -v '\.d$' |\ grep -v '\.dir$' | grep -v www/docs/doxygen | grep -v include/boost | \ - grep -v /Burg/ | grep -v '\.lo' | grep -v '\.inc$' | grep -v '\.libs' | \ + grep -v /Burg/ | grep -v /Spiff/ | grep -v '\.lo' | grep -v '\.inc$' | grep -v '\.libs' | \ grep -v TableGen/FileParser.cpp | grep -v TableGen/FileParser.h