Ethereal-dev: [Ethereal-dev] patch for cvsignore *.pdb file

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Motonori Shindo <mshindo@xxxxxxxxxxx>
Date: Wed, 12 Dec 2001 10:06:54 +0900 (JST)
Hi,

With a patch I posted previously, *.pdb file for all targets is now
created properly. Here's a patch to have CVS ignore *.pdb file, for
which it hasn't been ignored in the past.

Regards,

=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=
 +----+----+     
 |.. .|    |     Motonori Shindo
 |_~__|    |     
 | .. |~~_~|     Sr. Systems Engineer
 | .  |    |     CoSine Communications Inc.
 +----+----+     
 C o S i n e     e-mail:  mshindo@xxxxxxxxxxxxx 
Communications
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=

Index: epan/.cvsignore
===================================================================
RCS file: /cvsroot/ethereal/epan/.cvsignore,v
retrieving revision 1.3
diff -u -r1.3 .cvsignore
--- .cvsignore	2001/03/06 13:08:08	1.3
+++ .cvsignore	2001/12/12 00:59:34
@@ -16,3 +16,4 @@
 config.log
 *.lib
 *.obj
+*.pdb
Index: epan/dfilter/.cvsignore
===================================================================
RCS file: /cvsroot/ethereal/epan/dfilter/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- .cvsignore	2001/03/06 13:08:09	1.2
+++ .cvsignore	2001/12/12 00:59:35
@@ -8,3 +8,4 @@
 grammar.c
 *.lib
 *.obj
+*.pdb
Index: epan/ftypes/.cvsignore
===================================================================
RCS file: /cvsroot/ethereal/epan/ftypes/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- .cvsignore	2001/03/06 13:08:11	1.2
+++ .cvsignore	2001/12/12 00:59:35
@@ -4,3 +4,4 @@
 Makefile.in
 *.lib
 *.obj
+*.pdb
This message has been 'sanitized'.  This means that potentially
dangerous content has been rewritten or removed.  The following
log describes which actions were taken.

Sanitizer (start="1008119302"):
  Replaced MIME boundary: >>--Next_Part--<<
                    with: >>MIMEStream=_0+110372_9151949035056_5972135365<<
  Writer (pos="1062"):
    Total modifications so far: 1

  Part (pos="1108"):
    SanitizeFile (filename="unnamed.txt", mimetype="Text/Plain"):
      Match (rule="2"):
        Enforced policy: accept

  Part (pos="1759"):
    SanitizeFile (filename="cvsignore-pdb.diff", mimetype="Text/Plain"):
      Match (rule="default"):
        Enforced policy: accept


Anomy 0.0.0 : Sanitizer.pm
$Id: Sanitizer.pm,v 1.32 2001/10/11 19:27:15 bre Exp $