Module Name: src Committed By: kamil Date: Tue Sep 24 21:01:50 UTC 2019
Modified Files: src/external/gpl2/xcvs/dist/src: ignore.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/xcvs/dist/src/ignore.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl2/xcvs/dist/src/ignore.c diff -u src/external/gpl2/xcvs/dist/src/ignore.c:1.4 src/external/gpl2/xcvs/dist/src/ignore.c:1.5 --- src/external/gpl2/xcvs/dist/src/ignore.c:1.4 Tue Sep 24 17:23:06 2019 +++ src/external/gpl2/xcvs/dist/src/ignore.c Tue Sep 24 21:01:50 2019 @@ -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 <d...@odi.com> @@ -38,7 +38,8 @@ static int ign_hold = -1; /* Index wher 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