[edk2-devel] [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj

Liming Gao posted 1 patch 4 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/1563783992-9556-1-git-send-email-liming.gao@intel.com
Silicon/Intel/Tools/.gitignore | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 Silicon/Intel/Tools/.gitignore
[edk2-devel] [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj
Posted by Liming Gao 4 years, 9 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44120): https://edk2.groups.io/g/devel/message/44120
Mute This Topic: https://groups.io/mt/32556620/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platform patch] Silicon/Intel/Tools: Add .gitignore file to ignore the generated .o/.obj
Posted by Bob Feng 4 years, 9 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44281): https://edk2.groups.io/g/devel/message/44281
Mute This Topic: https://groups.io/mt/32556620/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-