[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
.cvsignore fixups for Bison
From: |
Paul Eggert |
Subject: |
.cvsignore fixups for Bison |
Date: |
Sat, 09 Oct 2004 11:01:23 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Akim Demaille <address@hidden> writes:
> ? _build
> ? lib/getopt_.h
> ? lib/xalloc-die.c
> ? m4/gettext_gl.m4
> ? m4/glibc21_gl.m4
> ? m4/inttypes_h_gl.m4
> ? m4/lib-ld_gl.m4
> ? m4/lib-prefix_gl.m4
> ? m4/po_gl.m4
> ? m4/stdint_h_gl.m4
> ? m4/uintmax_t_gl.m4
> ? m4/ulonglong_gl.m4
I installed this patch to fix that problem:
2004-10-09 Paul Eggert <address@hidden>
.cvsignore fixes to accommodate gnulib changes,
and the practice of naming build directories "_build".
* .cvsignore: Add "_*". Sort.
* lib/.cvsignore: Add getopt_.h, xalloc-die.c.
* m4/.cvsignore: Add "*_gl.m4".
Index: .cvsignore
===================================================================
RCS file: /cvsroot/bison/bison/.cvsignore,v
retrieving revision 1.21
diff -p -u -r1.21 .cvsignore
--- .cvsignore 14 Mar 2003 01:26:51 -0000 1.21
+++ .cvsignore 9 Oct 2004 17:55:10 -0000
@@ -2,6 +2,11 @@
*.patch *.log log patches applied
*.prj
ABOUT-NLS
+COPYING
+INSTALL
+Makefile
+Makefile.in
+_*
aclocal.m4
autom4te.cache
bison-*
@@ -12,11 +17,7 @@ config.log
config.status
configure
configure.lineno
-COPYING
-INSTALL
intl
-Makefile
-Makefile.in
patches
releases
stamp-h*
Index: lib/.cvsignore
===================================================================
RCS file: /cvsroot/bison/bison/lib/.cvsignore,v
retrieving revision 1.10
diff -p -u -r1.10 .cvsignore
--- lib/.cvsignore 3 May 2004 07:36:12 -0000 1.10
+++ lib/.cvsignore 9 Oct 2004 17:55:10 -0000
@@ -17,6 +17,7 @@ exitfail.h
getopt.c
getopt.h
getopt1.c
+getopt_.h
getopt_int.h
gettext.h
gnulib.mk
@@ -44,6 +45,7 @@ strndup.c
strndup.h
strnlen.c
unlocked-io.h
+xalloc-die.c
xalloc.h
xmalloc.c
xstrdup.c
Index: m4/.cvsignore
===================================================================
RCS file: /cvsroot/bison/bison/m4/.cvsignore,v
retrieving revision 1.9
diff -p -u -r1.9 .cvsignore
--- m4/.cvsignore 3 May 2004 07:36:12 -0000 1.9
+++ m4/.cvsignore 9 Oct 2004 17:55:10 -0000
@@ -1,3 +1,4 @@
+*_gl.m4
alloca.m4
codeset.m4
dirname.m4