From: "Bob Feng" <bob.c.feng@intel.com>
To: "Gao, Liming" <liming.gao@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: Re: [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj
Date: Wed, 24 Jul 2019 02:07:16 +0000 [thread overview]
Message-ID: <08650203BA1BD64D8AD9B6D5D74A85D160B46DB8@SHSMSX105.ccr.corp.intel.com> (raw)
In-Reply-To: <1563783992-9556-1-git-send-email-liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
-----Original Message-----
From: Gao, Liming
Sent: Monday, July 22, 2019 4:27 PM
To: devel@edk2.groups.io
Cc: Feng, Bob C <bob.c.feng@intel.com>
Subject: [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj
C tools are compiled first. Their generation files .o/.obj/.d/.pdb should be ignored.
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
---
Silicon/Intel/Tools/.gitignore | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 Silicon/Intel/Tools/.gitignore
diff --git a/Silicon/Intel/Tools/.gitignore b/Silicon/Intel/Tools/.gitignore new file mode 100644 index 0000000000..5cb8105f17
--- /dev/null
+++ b/Silicon/Intel/Tools/.gitignore
@@ -0,0 +1,4 @@
+*.d
+*.o
+*.obj
+*.pdb
--
2.13.0.windows.1
prev parent reply other threads:[~2019-07-24 2:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-22 8:26 [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj Liming Gao
2019-07-24 2:07 ` Bob Feng [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=08650203BA1BD64D8AD9B6D5D74A85D160B46DB8@SHSMSX105.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox