summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1999-05-26 21:00:09 +0000
committerHerb Lewis <herb@samba.org>1999-05-26 21:00:09 +0000
commit1e99f092260f85fb7fb283b0b9aacd19f6d6b3c0 (patch)
treeb0431cd512a980c44631fea05088ea8238c08caa
parent31c4e7ef21ae3679db80171b665d8daa2e78af67 (diff)
downloadsamba-1e99f092260f85fb7fb283b0b9aacd19f6d6b3c0.tar.gz
add missing cvs.log file
-rwxr-xr-xpackaging/SGI/idb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index c69688b7411..437f3c859a3 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -10,6 +10,7 @@ $curdir = $ENV{"PWD"};
open(IGNORES,"../../source/.cvsignore") || die "Unable to open .cvsignore file\n";
while (<IGNORES>) {
chop;
+ next if /cvs\.log/;
$ignores{$_}++;
}
close IGNORES;