public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb
@ 2016-11-15  6:29 Liming Gao
  2016-11-15  7:03 ` Zhu, Yonghong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Liming Gao @ 2016-11-15  6:29 UTC (permalink / raw)
  To: edk2-devel

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
---
 BaseTools/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore
index 5ca024c..d737258 100644
--- a/BaseTools/.gitignore
+++ b/BaseTools/.gitignore
@@ -1,5 +1,7 @@
 *.d
 *.o
+*.obj
+*.pdb
 *.pyc
 Source/C/VfrCompile/EfiVfrParser.cpp
 Source/C/VfrCompile/EfiVfrParser.h
-- 
2.8.0.windows.1



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

end of thread, other threads:[~2016-11-16 16:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15  6:29 [Patch] BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb Liming Gao
2016-11-15  7:03 ` Zhu, Yonghong
2016-11-15  7:16 ` Kinney, Michael D
2016-11-15 10:39 ` [PATCH v2] " Liming Gao
2016-11-15 16:25   ` Kinney, Michael D
2016-11-16  1:27     ` Gao, Liming
2016-11-16 16:36       ` Kinney, Michael D

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