Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/xcvs/dist/src Add a bunch of meta files from g...



details:   https://anonhg.NetBSD.org/src/rev/3d639d18c6f9
branches:  trunk
changeset: 459764:3d639d18c6f9
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Sep 24 21:01:50 2019 +0000

description:
Add a bunch of meta files from git and hg to ignore from CVS imports

This will allow interop of src/ with git and hg without malforming repos.

diffstat:

 external/gpl2/xcvs/dist/src/ignore.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r e3f22cd3192d -r 3d639d18c6f9 external/gpl2/xcvs/dist/src/ignore.c
--- a/external/gpl2/xcvs/dist/src/ignore.c      Tue Sep 24 19:50:49 2019 +0000
+++ b/external/gpl2/xcvs/dist/src/ignore.c      Tue Sep 24 21:01:50 2019 +0000
@@ -8,7 +8,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: ignore.c,v 1.4 2019/09/24 17:23:06 maya Exp $");
+__RCSID("$NetBSD: ignore.c,v 1.5 2019/09/24 21:01:50 kamil Exp $");
 
 /*
  * .cvsignore file support contributed by David G. Grubbs <dgg%odi.com@localhost>
@@ -38,7 +38,8 @@
 
 const char *ign_default = ". .. *.core RCSLOG tags TAGS RCS SCCS .make.state\
  .nse_depinfo #* .#* cvslog.* ,* CVS.adm .del-* *.a *.olb *.o *.obj\
- *.so *.Z *~ *.old *.elc *.ln *.bak *.BAK *.orig *.rej *.exe _$* *$";
+ .gitignore .gitattributes .gitmodules .hgignore\
+ *.so *.Z *~ *.old *.elc *.ln *.bak *.BAK *.orig *.rej *.exe _$* *$"
 extern const char *cvsDir;
 
 #define IGN_GROW 16                    /* grow the list by 16 elements at a



Home | Main Index | Thread Index | Old Index