[PATCH] common_bufsiz: ignore generated files

Denys Vlasenko vda.linux at googlemail.com
Sun Apr 24 12:14:48 UTC 2016


On Sun, Apr 24, 2016 at 8:37 AM, Cristian Ionescu-Idbohrn
<cristian.ionescu-idbohrn at axis.com> wrote:
>
> Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>
> ---
>  include/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/.gitignore b/include/.gitignore
> index 9d9b6c4..e512886 100644
> --- a/include/.gitignore
> +++ b/include/.gitignore
> @@ -5,6 +5,8 @@
>  /autoconf.h
>  /bbconfigopts_bz2.h
>  /bbconfigopts.h
> +/common_bufsiz.h
> +/common_bufsiz.h.method
>  /NUM_APPLETS.h
>  /usage_compressed.h
>  /usage.h

I added  /common_bufsiz.h*  (there can be more generated files matching
that pattern). Let me know if it doesn't do the trick


More information about the busybox mailing list