summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-04 01:35:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-04 01:35:32 +0000
commit540aa864baf11aa7d0d0ebc4fa717b9fc5429542 (patch)
treebaf9333e8f58ea6a1747589ebdd36013dc58fee1
parent8590f920c77548c85c9c31f174664190c8360915 (diff)
downloadbcm5719-llvm-540aa864baf11aa7d0d0ebc4fa717b9fc5429542.tar.gz
bcm5719-llvm-540aa864baf11aa7d0d0ebc4fa717b9fc5429542.zip
Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.
llvm-svn: 37867
-rwxr-xr-xllvm/utils/llvmdo2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/llvmdo b/llvm/utils/llvmdo
index 8161d2ef265..5c09005a384 100755
--- a/llvm/utils/llvmdo
+++ b/llvm/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 \
OpenPOWER on IntegriCloud