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>
This commit is contained in:
Liming Gao 2016-11-15 14:27:03 +08:00
parent 2f790bcb0a
commit c023a57e3b
1 changed files with 4 additions and 0 deletions

View File

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