From 42d3852551434c38b3e76c22e438a59b364deace Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Jan 2010 00:18:32 -0500 Subject: [PATCH] better cvs ignore --- .bin/cvs-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/cvs-cleanup b/.bin/cvs-cleanup index bec23d5..7dcd3c9 100755 --- a/.bin/cvs-cleanup +++ b/.bin/cvs-cleanup @@ -1,6 +1,6 @@ #!/bin/bash find -name .cvsignore -exec rm {} \; -cvs up | grep -v .cvsignore | awk '{print $NF}' | grep -v cleanup >& cvsup +cvs up -I'!' | grep -v .cvsignore | awk '{print $NF}' | grep -v cleanup >& cvsup rm -vrf $( /dev/null rm -f cvsup -- 2.39.5