Skip to content

Commit

Permalink
doc not_mine
Browse files Browse the repository at this point in the history
  • Loading branch information
John Brunelle committed Feb 7, 2012
1 parent f9cd4fa commit 3e483b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/srcfind
Expand Up @@ -75,8 +75,10 @@ set -u

#---

#(not_mine is a hack that is not generally applicable)

find "$directory" \
\( -name .git -o -name .svn -o -name CVS -o -name not_mine \) -prune -o \
\( -name .git -o -name .svn -o -name CVS \) -prune -o \
\( -name '*.pyc' -o -name '*.swp' \) -prune -o \
\( -name not_mine \) -prune -o \
-iname "$pattern" $printopt

0 comments on commit 3e483b7

Please sign in to comment.