$OpenBSD: patch-base_src_client_FilterSet_c,v 1.1 2002/11/04 16:01:32 todd Exp $
--- base/src/client/FilterSet.c.orig	Mon Nov  4 09:53:21 2002
+++ base/src/client/FilterSet.c	Mon Nov  4 09:47:31 2002
@@ -57,6 +57,7 @@ static Filter global_filter_list[] = {
   { TRUE, "#*" },		/* ... or other emacs editor buffer turds */
   { TRUE, "CVS" },		/* Ignore CVS subdirs */
   { TRUE, ".cvsignore" },	/* Ignore .cvsignore files */
+  { TRUE, ".*.swp" },		/* no vim swap files */
   { TRUE, CM_CONFIG_DIR },	/* no OpenCM turds either */
   
   { TRUE, 0 },	/* END MARKER */
