From: lace <> Date: Tue, 24 Jun 2008 17:48:38 +0000 (+0000) Subject: GREP_OPTIONS: +--exclude=*.svn-base X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=bcb953822c58417c6cb9f0f46a2570e695169859 GREP_OPTIONS: +--exclude=*.svn-base - By Andrew Stubbs. --- diff --git a/.bashrc b/.bashrc index f00ed6d..85ad212 100644 --- a/.bashrc +++ b/.bashrc @@ -167,7 +167,7 @@ for file in $HOME/.bookmarks.html;do done export GREP_OPTIONS="--binary-files=without-match --directories=skip" if echo x|GREP_OPTIONS="--exclude=y" grep -q x 2>/dev/null;then - export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog*" + export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog* --exclude=*.svn-base" # FIXME: grep(1) ignores subdirectories for --exclude. #export GREP_OPTIONS="$GREP_OPTIONS --exclude=testsuite --exclude=.pc --exclude=.svn" fi