diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-07-24 18:34:14 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-07-24 18:34:14 +0000 |
commit | 04955a5e87e4e118626356319be33fe9ce599b3f (patch) | |
tree | 7582fdba18714781ebc9550af9feb69fac9adb53 /usr.bin | |
parent | aefcbb5f5f2e784591e902df439b77b275bc56c1 (diff) |
add "cvslog.*" to the ignore list
noticed by xsa@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index aa6b0bc1d9b..182c53ffa4f 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.100 2005/07/23 11:19:46 joris Exp $ */ +/* $OpenBSD: file.c,v 1.101 2005/07/24 18:34:13 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -78,6 +78,7 @@ static const char *cvs_ign_std[] = { "*.olb", "CVS", "core", + "cvslog.*", "*.core", ".#*", "*~", |