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

Ciro Santilli posted 1 patch 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20180519085814.29270-1-ciro.santilli@gmail.com
.gitignore | 1 +
1 file changed, 1 insertion(+)
[SeaBIOS] [PATCH] gitignore: ignore config.mak
Posted by Ciro Santilli 5 years, 11 months ago
---
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
-- 
2.16.1


_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
https://mail.coreboot.org/mailman/listinfo/seabios
Re: [SeaBIOS] [PATCH] gitignore: ignore config.mak
Posted by Ciro Santilli 5 years, 11 months ago
Can you also apply the same patch to vgabios? I am unable to find how
to submit patches to it.

Both of those files are needed when doing on QEMU master
5bcf917ee37a5efbef99f091a96db54a5276becb

 ./configure --enable-debug --enable-trace-backends=simple
--target-list=x86_64-softmmu,arm-softmmu,aarch64-softmmu
make

On Sat, May 19, 2018 at 9:58 AM, Ciro Santilli <ciro.santilli@gmail.com> 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
> --
> 2.16.1
>

_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
https://mail.coreboot.org/mailman/listinfo/seabios
Re: [SeaBIOS] [PATCH] gitignore: ignore config.mak
Posted by Kevin O'Connor 5 years, 11 months ago
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

_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
https://mail.coreboot.org/mailman/listinfo/seabios