[SeaBIOS] [PATCH] gitignore: ignore config.mak

Kevin O'Connor kevin at koconnor.net
Tue May 22 15:39:37 CEST 2018


On Sat, May 19, 2018 at 09:58:14AM +0100, Ciro Santilli wrote:
> ---
> Resending because I had not subscribed previously and it bounced.
> 
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index f9990fe..15c0b1a 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,3 +1,4 @@
> +config.mak
>  out
>  *.pyc
>  .config

SeaBIOS does not create or use a "config.mak" file, so there is no
reason to add it to the .gitignore file.

-Kevin



More information about the SeaBIOS mailing list