diff options
author | 2006-05-29 06:05:56 +0000 | |
---|---|---|
committer | 2006-05-29 06:05:56 +0000 | |
commit | 0e5021992d2a6f2ce5c0660d3070fa41dd54f2b3 (patch) | |
tree | d104b255f7a03554990ba5ec9fb7682d533ea1d4 | |
parent | remove likes some CR_RECURSE_DIRS luvin' too. (diff) | |
download | wireguard-openbsd-0e5021992d2a6f2ce5c0660d3070fa41dd54f2b3.tar.xz wireguard-openbsd-0e5021992d2a6f2ce5c0660d3070fa41dd54f2b3.zip |
i was wrong adding ".*" to the default ignore patterns,
so remove it from there again.
-rw-r--r-- | usr.bin/cvs/file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index 03c20b8a02a..8fc89245786 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.149 2006/05/29 05:06:03 joris Exp $ */ +/* $OpenBSD: file.c,v 1.150 2006/05/29 06:05:56 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -41,7 +41,6 @@ static const char *cvs_ign_std[] = { ".", "..", - ".*", "*.o", "*.a", "*.bak", |