Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.

llvm-svn: 37867
This commit is contained in:
Reid Spencer 2007-07-04 01:35:32 +00:00
parent 8590f920c7
commit 540aa864ba
1 changed files with 2 additions and 0 deletions

View File

@ -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 \