[edk2-devel] [edk2-platforms][PATCH V1 1/1] edk2-platforms: Add __pycache__ to .gitignore

Leif Lindholm leif.lindholm at linaro.org
Tue Sep 24 21:25:07 UTC 2019


On Tue, Sep 24, 2019 at 01:55:47PM -0700, Michael Kubacki wrote:
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2217
> 
> Python build is enabled for some platform code leading to .pyc files
> created in __pycache__ directories. This change adds the __pycache__
> directory to a .gitignore file to allow git to ignore Python cache files.
> 
> Cc: Ard Biesheuvel <ard.biesheuvel at linaro.org>
> Cc: Liming Gao <liming.gao at intel.com>
> Cc: Michael D Kinney <michael.d.kinney at intel.com>
> Cc: Leif Lindholm <leif.lindholm at linaro.org>
> Signed-off-by: Michael Kubacki <michael.a.kubacki at intel.com>

LGTM
Reviewed-by: Leif Lindholm <leif.lindholm at linaro.org>


> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000000..58200d4d73
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1 @@
> +__pycache__/
> -- 
> 2.16.2.windows.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#47995): https://edk2.groups.io/g/devel/message/47995
Mute This Topic: https://groups.io/mt/34280876/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list