From: Felipe B. <me...@fe...> - 2008-01-15 13:17:50
Hi,
On Mon, 14 Jan 2008 21:57:08 -0400, David Cohen <da...@gm...> wrote:
> This patch adds .patch and .diff file types to not be tracked by git.
>
> Signed-off-by: David Cohen <da...@gm...>
Acked-by: Felipe Balbi <me...@fe...>
> ---
> .gitignore | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 168d6bf..e56a517 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -2,3 +2,8 @@
> *.o
> *.elf
> *.hex
> +
> +# Patch files
> +*.patch
> +*.diff
> +
> --
> 1.5.3.7
Just to explain a bit:
we can have per-directory .gitignore files in case we wanna ignore that
special file type only in that directory. Not true in tinyx yet ;-)
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
>
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Tinyx-devel mailing list
> Tin...@li...
> https://lists.sourceforge.net/lists/listinfo/tinyx-devel
--
Best Regards,
Felipe Balbi
http://felipebalbi.com
me...@fe...