From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 435 invoked from network); 10 Aug 1999 04:33:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Aug 1999 04:33:49 -0000 Received: (qmail 4333 invoked by alias); 10 Aug 1999 04:26:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7413 Received: (qmail 4326 invoked from network); 10 Aug 1999 04:26:14 -0000 From: "Bart Schaefer" Message-Id: <990810042607.ZM31399@candle.brasslantern.com> Date: Tue, 10 Aug 1999 04:26:07 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Minor .cvsignore problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii The Src/.cvsignore file includes the pattern *.pro to eliminate the files containing automatically-generated function prototypes. A minor problem is that this causes cvs to ignore the file .indent.pro as well. A possible fix is to change the pattern in .cvsignore to [a-z]*.pro, or to [A-Za-z]*.pro, or ... what would be best? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com