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

Kubacki, Michael A michael.a.kubacki at intel.com
Tue Sep 24 20:55:47 UTC 2019


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>
---
 .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/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