public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms][PATCH V1 1/1] edk2-platforms: Add __pycache__ to .gitignore
@ 2019-09-24 20:55 Kubacki, Michael A
  2019-09-24 21:25 ` Leif Lindholm
  0 siblings, 1 reply; 2+ messages in thread
From: Kubacki, Michael A @ 2019-09-24 20:55 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Liming Gao, Michael D Kinney, Leif Lindholm

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@linaro.org>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Michael Kubacki <michael.a.kubacki@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-24 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-24 20:55 [edk2-platforms][PATCH V1 1/1] edk2-platforms: Add __pycache__ to .gitignore Kubacki, Michael A
2019-09-24 21:25 ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox