[dpdk-dev] [PATCH 4/4] .gitignore: ignore build directories from test-meson-build
Thomas Monjalon
thomas at monjalon.net
Sat Mar 9 01:47:32 CET 2019
06/03/2019 18:05, Bruce Richardson:
> test-meson-build.sh generates multiple build directories for various
> targets. As these follow a few known patterns of reasonable lengths,
> and since they don't need to be tracked in git, we can add them to
> the gitignore file.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> --- a/.gitignore
> +++ b/.gitignore
> +build-arm64-*
> +build-clang-*
> +build-gcc-*
> +build-x86-default
We could even ignore build-* ?
More information about the dev
mailing list