From 4f3066704aa868d0d41ef5a37589ae0a998b0b5c Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Tue, 27 Jul 2004 17:15:01 +0000 Subject: the `.#*' pattern actually still matches, include it in standard ignore patterns --- usr.bin/cvs/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index 6d1e78de560..1750175dbfe 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.7 2004/07/27 16:56:10 jfb Exp $ */ +/* $OpenBSD: file.c,v 1.8 2004/07/27 17:15:00 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -74,6 +74,7 @@ static const char *cvs_ign_std[] = { "*.depend", "CVS", "core", + ".#*", #ifdef OLD_SMELLY_CRUFT "RCSLOG", "tags", @@ -81,7 +82,6 @@ static const char *cvs_ign_std[] = { "RCS", "SCCS", "#*", - ".#*", ",*", #endif }; -- cgit v1.2.3