[Buildroot] [PATCH] .gitignore: Add download directory 'dl'

Markus Heidelberg markus.heidelberg at web.de
Thu May 7 03:44:51 UTC 2009


Michael Roth, 07.05.2009:
> (And additionally, ease /binaries pattern.)

Yes, the current /binaries/* hid the directory, but completely removed
it by "git-clean -d", which should not be intended.

> Signed-off-by: Michael Roth <mroth at nessie.de>
> ---
>  .gitignore |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 4a2de4e..e7117d3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,7 +1,8 @@
>  /build_*
>  /project_*
>  /toolchain_*
> -/binaries/*
> +/binaries
> +/dl
>  /.auto.deps
>  /.config.cmd
>  /.config.old

What about additionally adding /.config* ?
I guess it's quite common to have some configs laying around.

Markus



More information about the buildroot mailing list