public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms][PATCH v1 1/1] .gitignore: Match contents to edk2
@ 2020-10-26 17:43 Michael Kubacki
  2020-10-27  6:24 ` 回复: " gaoliming
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Kubacki @ 2020-10-26 17:43 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Michael D Kinney, Ard Biesheuvel, Liming Gao

From: Michael Kubacki <michael.kubacki@microsoft.com>

The .gitignore file is currently missing a few key items like the
Build directory. This change updates the contents to match the edk2
file for a similar experience on the two repos.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 58200d4d732e..1dd30c141066 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,7 @@
+Build/
+.DS_Store
+*_extdep/
+*.pyc
 __pycache__/
+tags/
+.vscode/
-- 
2.28.0.windows.1


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

end of thread, other threads:[~2020-10-28  5:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-26 17:43 [edk2-platforms][PATCH v1 1/1] .gitignore: Match contents to edk2 Michael Kubacki
2020-10-27  6:24 ` 回复: " gaoliming
2020-10-27 23:02   ` Michael Kubacki
2020-10-28  5:26     ` 回复: [edk2-devel] " gaoliming

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