bug-global
[Top][All Lists]
Advanced

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

Re: .cvsignore


From: Hideki IWAMOTO
Subject: Re: .cvsignore
Date: Fri, 08 Oct 2004 22:02:50 +0900

On Thu, 07 Oct 2004 23:40:58 +0900, Shigio Yamaguchi wrote...
> > How do you think about making .cvsignore for generated files?
> I agree.

I committed following patch.

Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ .cvsignore  8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,11 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+config-h.in
+config.h
+config.log
+config.status
+configure
+gtags.conf
+stamp-h1
Index: doc/.cvsignore
===================================================================
RCS file: doc/.cvsignore
diff -N doc/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/.cvsignore      8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,11 @@
+Makefile
+Makefile.in
+gctags.ref
+global.info
+global.ref
+gozilla.ref
+gtags.ref
+htags.ref
+reference.txi
+stamp-vti
+version.texi
Index: gctags/.cvsignore
===================================================================
RCS file: gctags/.cvsignore
diff -N gctags/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gctags/.cvsignore   8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,18 @@
+.deps
+Makefile
+Makefile.in
+asm_res.gpf
+asm_res.h
+c_res.gpf
+c_res.h
+const.h
+cpp_res.gpf
+cpp_res.h
+gctags
+gctags.1
+htags_res.pl
+java_res.gpf
+java_res.h
+php.c
+php_res.gpf
+php_res.h
Index: global/.cvsignore
===================================================================
RCS file: global/.cvsignore
diff -N global/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ global/.cvsignore   8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,6 @@
+.deps
+Makefile
+Makefile.in
+const.h
+global
+global.1
Index: gozilla/.cvsignore
===================================================================
RCS file: gozilla/.cvsignore
diff -N gozilla/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gozilla/.cvsignore  8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,6 @@
+.deps
+Makefile
+Makefile.in
+const.h
+gozilla
+gozilla.1
Index: gtags/.cvsignore
===================================================================
RCS file: gtags/.cvsignore
diff -N gtags/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gtags/.cvsignore    8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,6 @@
+.deps
+Makefile
+Makefile.in
+const.h
+gtags
+gtags.1
Index: htags/.cvsignore
===================================================================
RCS file: htags/.cvsignore
diff -N htags/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ htags/.cvsignore    8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,14 @@
+.deps
+Makefile
+Makefile.in
+asm.c
+c.c
+const.h
+const.pl
+cpp.c
+global.cgi.tmpl
+htags
+htags.1
+htags.pl
+java.c
+php.c
Index: libdb/.cvsignore
===================================================================
RCS file: libdb/.cvsignore
diff -N libdb/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libdb/.cvsignore    8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,3 @@
+.deps
+Makefile
+Makefile.in
Index: libglibc/.cvsignore
===================================================================
RCS file: libglibc/.cvsignore
diff -N libglibc/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libglibc/.cvsignore 8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,3 @@
+.deps
+Makefile
+Makefile.in
Index: libutil/.cvsignore
===================================================================
RCS file: libutil/.cvsignore
diff -N libutil/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libutil/.cvsignore  8 Oct 2004 12:58:58 -0000
@@ -0,0 +1,4 @@
+.deps
+Makefile
+Makefile.in
+conf.h

----
Hideki IWAMOTO  address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]