Browse Source

BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb

In V2, ignore .exe and .ilk files

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Liming Gao 7 years ago
parent
commit
c023a57e3b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      BaseTools/.gitignore

+ 4 - 0
BaseTools/.gitignore

@@ -1,5 +1,9 @@
 *.d
 *.o
+*.obj
+*.pdb
+*.ilk
+*.exe
 *.pyc
 Source/C/VfrCompile/EfiVfrParser.cpp
 Source/C/VfrCompile/EfiVfrParser.h