* [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj
@ 2019-07-22 8:26 Liming Gao
2019-07-24 2:07 ` Bob Feng
0 siblings, 1 reply; 2+ messages in thread
From: Liming Gao @ 2019-07-22 8:26 UTC (permalink / raw)
To: devel; +Cc: Bob Feng
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj
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
0 siblings, 0 replies; 2+ messages in thread
From: Bob Feng @ 2019-07-24 2:07 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-24 2:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox