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.biesheu...@linaro.org> Cc: Liming Gao <liming....@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Leif Lindholm <leif.lindh...@linaro.org> Signed-off-by: Michael Kubacki <michael.a.kuba...@intel.com> --- .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 (#47994): https://edk2.groups.io/g/devel/message/47994 Mute This Topic: https://groups.io/mt/34280876/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-