[dpdk-dev] [PATCH] gitignore: ignore top level build/ directory

Ferruh Yigit ferruh.yigit at intel.com
Tue Dec 13 13:02:41 CET 2016


On 12/13/2016 11:48 AM, Baruch Siach wrote:
> RTE_OUTPUT defaults to build/.
> 
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>

There is a similar patch:
http://dpdk.org/dev/patchwork/patch/11637/

If you want you can review/comment that one too.

> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index a722abea21fe..7b462d3a0455 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1 +1,2 @@
>  doc/guides/nics/overview_table.txt
> +/build/
> 



More information about the dev mailing list