ACK: [PATCH 2/2] .gitignore: Add aslcompiler.y

Colin Ian King colin.king at canonical.com
Tue Jan 17 21:26:13 UTC 2017


On 17/01/17 18:44, Prarit Bhargava wrote:
> The file src/acpica/source/compiler/aslcompiler.y is created dynamically
> as part of the ACPICA source compilation.  This file shows up in git
> queries as having been created and must be excluded from git queries.
> 
> I have added aslcompiler.y to .gitignore.
> 
> Signed-off-by: Prarit Bhargava <prarit at redhat.com>
> ---
>  .gitignore |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index c2b676ace500..7ae1561839d5 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -36,3 +36,4 @@ src/utilities/kernelscan
>  fwts-test/*/*.sh.trs
>  fwts-test/*/*.sh.log
>  fedora/rpm
> +src/acpica/source/compiler/aslcompiler.y
> 
Good catch!

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list