confuse-devel
[Top][All Lists]
Advanced

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

Re: [Confuse-devel] [PATCH] build: update ignore files


From: Martin Hedenfalk
Subject: Re: [Confuse-devel] [PATCH] build: update ignore files
Date: Mon, 24 May 2010 09:43:16 +0200

this has been committed, thanks

        -martin

30 apr 2010 kl. 11.00 skrev Carlo Marcelo Arenas Belon:

> * migrate from cvs to git mostly through a rename
> * update patterns
> 
> Signed-off-by: Carlo Marcelo Arenas Belon <address@hidden>
> ---
> .cvsignore => .gitignore            |    1 +
> doc/{.cvsignore => .gitignore}      |    0
> examples/{.cvsignore => .gitignore} |    0
> m4/{.cvsignore => .gitignore}       |    5 +++++
> po/{.cvsignore => .gitignore}       |    1 +
> src/{.cvsignore => .gitignore}      |    6 +++---
> tests/{.cvsignore => .gitignore}    |    0
> 7 files changed, 10 insertions(+), 3 deletions(-)
> rename .cvsignore => .gitignore (95%)
> rename doc/{.cvsignore => .gitignore} (100%)
> rename examples/{.cvsignore => .gitignore} (100%)
> rename m4/{.cvsignore => .gitignore} (85%)
> rename po/{.cvsignore => .gitignore} (96%)
> rename src/{.cvsignore => .gitignore} (50%)
> rename tests/{.cvsignore => .gitignore} (100%)
> 
> diff --git a/.cvsignore b/.gitignore
> similarity index 95%
> rename from .cvsignore
> rename to .gitignore
> index e7a2ce4..7cf816f 100644
> --- a/.cvsignore
> +++ b/.gitignore
> @@ -15,3 +15,4 @@ libtool.patch
> Makefile
> Makefile.in
> stamp-h1
> +support/
> diff --git a/doc/.cvsignore b/doc/.gitignore
> similarity index 100%
> rename from doc/.cvsignore
> rename to doc/.gitignore
> diff --git a/examples/.cvsignore b/examples/.gitignore
> similarity index 100%
> rename from examples/.cvsignore
> rename to examples/.gitignore
> diff --git a/m4/.cvsignore b/m4/.gitignore
> similarity index 85%
> rename from m4/.cvsignore
> rename to m4/.gitignore
> index 3ea1dd3..29de8b7 100644
> --- a/m4/.cvsignore
> +++ b/m4/.gitignore
> @@ -15,9 +15,14 @@ lcmessage.m4
> lib-ld.m4
> lib-link.m4
> lib-prefix.m4
> +libtool.m4
> lock.m4
> longdouble.m4
> longlong.m4
> +ltoptions.m4
> +ltsugar.m4
> +ltversion.m4
> +lt~obsolete.m4
> nls.m4
> po.m4
> printf-posix.m4
> diff --git a/po/.cvsignore b/po/.gitignore
> similarity index 96%
> rename from po/.cvsignore
> rename to po/.gitignore
> index c5952ed..d892ef0 100644
> --- a/po/.cvsignore
> +++ b/po/.gitignore
> @@ -6,6 +6,7 @@ stamp-po
> sv.gmo
> remove-potcdate.sed
> fr.gmo
> +de.gmo
> Makefile.in.in
> Rules-quot
> boldquot.sed
> diff --git a/src/.cvsignore b/src/.gitignore
> similarity index 50%
> rename from src/.cvsignore
> rename to src/.gitignore
> index 022b131..6344dac 100644
> --- a/src/.cvsignore
> +++ b/src/.gitignore
> @@ -1,8 +1,8 @@
> .deps
> .libs
> -confuse.lo
> +*confuse*.lo
> lexer.c
> -lexer.lo
> -libconfuse.la
> +*lexer*.lo
> +*libconfuse*.la
> Makefile
> Makefile.in
> diff --git a/tests/.cvsignore b/tests/.gitignore
> similarity index 100%
> rename from tests/.cvsignore
> rename to tests/.gitignore
> -- 
> 1.7.0.4
> 
> 
> 
> _______________________________________________
> Confuse-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/confuse-devel




reply via email to

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