X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=9012b7738ffd289797248bae00f36c387b0de886;hb=597ebee58f5cf7aaae4c17704e763967a32583ab;hp=599c51a4acdac388787c5d4425af8780f78a43bc;hpb=a0e5c68a74201c95ea9ec74f8d3510eeda3a71d5;p=nethome.git diff --git a/.bashrc b/.bashrc index 599c51a..9012b77 100644 --- 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