From c023a57e3b37829a40146d97395f838b9cdfbc10 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 15 Nov 2016 14:27:03 +0800 Subject: BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb In V2, ignore .exe and .ilk files Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Michael Kinney Reviewed-by: Yonghong Zhu --- BaseTools/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BaseTools') diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index 5ca024cb18..a45689bc89 100644 --- a/BaseTools/.gitignore +++ b/BaseTools/.gitignore @@ -1,5 +1,9 @@ *.d *.o +*.obj +*.pdb +*.ilk +*.exe *.pyc Source/C/VfrCompile/EfiVfrParser.cpp Source/C/VfrCompile/EfiVfrParser.h -- cgit v1.2.3