[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
update .cvsignore
From: |
Eric Blake |
Subject: |
update .cvsignore |
Date: |
Fri, 5 May 2006 15:44:22 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
'cvs up' was getting rather verbose. I would like to apply this to silence cvs
with regards to everything generated by ./bootstrap.
2006-05-05 Eric Blake <address@hidden>
* .cvsignore: Update.
* po/.cvsignore: Likewise.
* src/.cvsignore: Likewise.
* ltdl/.cvsignore: New file.
* ltdl/config/.cvsignore: Likewise.
* ltdl/m4/.cvsignore: Likewise.
Index: .cvsignore
===================================================================
RCS file: /sources/m4/m4/.cvsignore,v
retrieving revision 1.4
diff -u -r1.4 .cvsignore
--- .cvsignore 12 Sep 2003 15:14:55 -0000 1.4
+++ .cvsignore 5 May 2006 15:41:04 -0000
@@ -1,6 +1,7 @@
.patch_number
ABOUT-NLS
-aclocal.m4 aclocal.m4t
+aclocal.m4
+aclocal.m4t
autom4te.cache
config.cache
config.h
@@ -10,14 +11,17 @@
configure
COPYING
cscope.*
+gnu
INSTALL
intl
libtool
+*.log
m4-*
Makefile
Makefile.in
patches
-*.patch *.log
+*.patch
stamp-h
stamp-h1
stamp-h.in
+stamp-vcl
Index: ltdl/.cvsignore
===================================================================
RCS file: ltdl/.cvsignore
diff -N ltdl/.cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ ltdl/.cvsignore 5 May 2006 15:41:04 -0000
@@ -0,0 +1,15 @@
+aclocal.m4
+argz.c
+argz_.h
+config-h.in
+configure
+configure.ac
+COPYING.LIB
+libltdl
+loaders
+lt*.c
+lt*.h
+Makefile.am
+Makefile.in
+README
+slist.c
Index: ltdl/config/.cvsignore
===================================================================
RCS file: ltdl/config/.cvsignore
diff -N ltdl/config/.cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ ltdl/config/.cvsignore 5 May 2006 15:41:04 -0000
@@ -0,0 +1,9 @@
+compile
+config.*
+depcomp
+install-sh
+ltmain.sh
+mdate-sh
+missing
+mkinstalldirs
+texinfo.tex
Index: ltdl/m4/.cvsignore
===================================================================
RCS file: ltdl/m4/.cvsignore
diff -N ltdl/m4/.cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ ltdl/m4/.cvsignore 5 May 2006 15:41:04 -0000
@@ -0,0 +1,65 @@
+alloca.m4
+argz.m4
+assert.m4
+codeset.m4
+error.m4
+exitfail.m4
+extensions.m4
+free.m4
+getopt.m4
+gettext.m4
+glibc2.m4
+glibc21.m4
+gnulib-comp.m4
+gnulib-tool.m4
+gnulib.m4
+iconv.m4
+intdiv0.m4
+intmax.m4
+inttypes-pri.m4
+inttypes.m4
+inttypes_h.m4
+isc-posix.m4
+lcmessage.m4
+lib-ld.m4
+lib-link.m4
+lib-prefix.m4
+libtool.m4
+longdouble.m4
+longlong.m4
+ltdl.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
+mbchar.m4
+mbiter.m4
+mbrtowc.m4
+memchr.m4
+mkstemp.m4
+nls.m4
+obstack.m4
+onceonly_2_57.m4
+po.m4
+printf-posix.m4
+progtest.m4
+regex.m4
+restrict.m4
+signed.m4
+size_max.m4
+ssize_t.m4
+stat-macros.m4
+stdbool.m4
+stdint_h.m4
+strcase.m4
+strerror_r.m4
+strndup.m4
+strnlen.m4
+strtol.m4
+uintmax_t.m4
+ulonglong.m4
+wchar_t.m4
+wint_t.m4
+xalloc.m4
+xsize.m4
+xstrndup.m4
Index: po/.cvsignore
===================================================================
RCS file: /sources/m4/m4/po/.cvsignore,v
retrieving revision 1.5
diff -u -r1.5 .cvsignore
--- po/.cvsignore 12 Sep 2003 15:15:45 -0000 1.5
+++ po/.cvsignore 5 May 2006 15:41:04 -0000
@@ -1,17 +1,19 @@
-*.pot
*.gmo
*.header
-*.sin
*.mo
-Makevars.template
-Rules-quot
+*.po
+*.pot
+*.sin
boldquot.sed
-quot.sed
-remove-potcdate.sed
-stamp-po
-Makefile.in.in
-stamp-cat-id
cat-id-tbl.c
-POTFILES
+LINGUAS
Makefile
Makefile.in
+Makefile.in.in
+Makevars.template
+POTFILES
+quot.sed
+remove-potcdate.sed
+Rules-quot
+stamp-cat-id
+stamp-po
Index: src/.cvsignore
===================================================================
RCS file: /sources/m4/m4/src/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- src/.cvsignore 7 Aug 2001 09:59:13 -0000 1.2
+++ src/.cvsignore 5 May 2006 15:41:04 -0000
@@ -1,9 +1,10 @@
*.o
*.lo
*.la
-getopt.h
-m4
.deps
+getopt*
.libs
+m4
Makefile
Makefile.in
+version-etc*
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- update .cvsignore,
Eric Blake <=