From: Reid Spencer Date: Wed, 4 Jul 2007 01:35:32 +0000 (+0000) Subject: Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=75f75b9137012ed5d6de397e1d67af1e8d0fad35;p=oota-llvm.git Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37867 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/llvmdo b/utils/llvmdo index 8161d2ef265..5c09005a384 100755 --- a/utils/llvmdo +++ b/utils/llvmdo @@ -78,6 +78,8 @@ shift; paths_to_ignore="\ -path */CVS -o \ -path */CVS/* -o \ + -path */.svn/ -o \ + -path */.svn/* -o \ -path docs/doxygen/* -o \ -path docs/CommandGuide/html/* -o \ -path docs/CommandGuide/man/* -o \