From 0d89fa256149ef5650554c770c618eb48a6ed7db Mon Sep 17 00:00:00 2001 Message-Id: <0d89fa256149ef5650554c770c618eb48a6ed7db.1716395120.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 2 Jun 1999 17:16:06 +0000 Subject: [PATCH] Ignore the `.sw-info' file. Organization: Straylight/Edgeware From: mdw --- .cvsignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.cvsignore b/.cvsignore index cb0a891..79a2774 100644 --- a/.cvsignore +++ b/.cvsignore @@ -13,3 +13,4 @@ i386-linux sparc-solaris alpha-osf1 mips-irix +.sw-info -- [mdw]