GREP_OPTIONS --exclude=: +*~
authorlace <>
Sun, 12 Oct 2008 08:20:14 +0000 (08:20 +0000)
committerlace <>
Sun, 12 Oct 2008 08:20:14 +0000 (08:20 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 599c51a..9012b77 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -173,7 +173,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* --exclude=*.svn-base"
+       export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog* --exclude=*.svn-base --exclude=*~"
        # FIXME: grep(1) ignores subdirectories for --exclude.
        #export GREP_OPTIONS="$GREP_OPTIONS --exclude=testsuite --exclude=.pc --exclude=.svn"
 fi