Is there a policy on adding file names to the default ignore list?
id-utils is a GNU project and appears to have been around for a few
years anyhow, but I don't know much else about it.  I downloaded
& installed it and it seems to work.  :)

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
If a nation expects to be ignorant and free in a state of civilization, it
expects what never was and never will be...  if we are to guard against
ignorance and remain free, it is the responsibility of every American to be
informed.
                        - Thomas Jefferson




I've found the following simple patch useful, for not only ignoring
TAGS but also ID (created by id-utils).  Comments?

/assar

diff -ruw cvs-1.11.orig/doc/cvs.texinfo cvs-1.11/doc/cvs.texinfo
--- cvs-1.11.orig/doc/cvs.texinfo       Wed Aug 30 03:16:32 2000
+++ cvs-1.11/doc/cvs.texinfo    Mon Feb 26 07:05:03 2001
@@ -12311,7 +12311,7 @@
 @example
     RCS     SCCS    CVS     CVS.adm
     RCSLOG  cvslog.*
-    tags    TAGS
+    tags    TAGS    ID
     .make.state     .nse_depinfo
     *~      #*      .#*     ,*      _$*     *$
     *.old   *.bak   *.BAK   *.orig  *.rej   .del-*
diff -ruw cvs-1.11.orig/src/ignore.c cvs-1.11/src/ignore.c
--- cvs-1.11.orig/src/ignore.c  Fri Jun 16 22:34:39 2000
+++ cvs-1.11/src/ignore.c       Mon Feb 26 07:04:26 2001
@@ -33,7 +33,7 @@
 static int ign_hold = -1;              /* Index where first "temporary" item
                                         * is held */
 
-const char *ign_default = ". .. core RCSLOG tags TAGS RCS SCCS .make.state\
+const char *ign_default = ". .. core RCSLOG tags TAGS ID RCS SCCS .make.state\
  .nse_depinfo #* .#* cvslog.* ,* CVS CVS.adm .del-* *.a *.olb *.o *.obj\
  *.so *.Z *~ *.old *.elc *.ln *.bak *.BAK *.orig *.rej *.exe _$* *$";
 


Reply via email to