diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-04 01:35:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-04 01:35:32 +0000 |
commit | 75f75b9137012ed5d6de397e1d67af1e8d0fad35 (patch) | |
tree | 1d0ab2956e30d8e4ecbf5eb9317dee400ba8ec74 /utils/llvmdo | |
parent | 10404c47d1d5850da090facdb82e4def7758c547 (diff) |
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
Diffstat (limited to 'utils/llvmdo')
-rwxr-xr-x | utils/llvmdo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/llvmdo b/utils/llvmdo index 8161d2ef26..5c09005a38 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 \ |