Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 4 Jul 2007 01:35:32 +0000 (01:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 4 Jul 2007 01:35:32 +0000 (01:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37867 91177308-0d34-0410-b5e6-96231b3b80d8

utils/llvmdo

index 8161d2ef265dd5ce584cf174cf3a02ce8c700c28..5c09005a384edf3d84622d4ad5a17297907be4d0 100755 (executable)
@@ -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 \