diff options
author | 2005-07-24 18:34:13 +0000 | |
---|---|---|
committer | 2005-07-24 18:34:13 +0000 | |
commit | da10202afd3e4c1e2dcee0134c5b5fd63f687768 (patch) | |
tree | be9ede047ba5ac87404e2e27979b12cbccb5cb9c /usr.bin/cvs/file.c | |
parent | some more `if (!var)' cleanup; (diff) | |
download | wireguard-openbsd-da10202afd3e4c1e2dcee0134c5b5fd63f687768.tar.xz wireguard-openbsd-da10202afd3e4c1e2dcee0134c5b5fd63f687768.zip |
add "cvslog.*" to the ignore list
noticed by xsa@
Diffstat (limited to 'usr.bin/cvs/file.c')
-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", ".#*", "*~", |