]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb
authorLiming Gao <liming.gao@intel.com>
Tue, 15 Nov 2016 06:27:03 +0000 (14:27 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 18 Nov 2016 03:07:46 +0000 (11:07 +0800)
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>
BaseTools/.gitignore

index 5ca024cb187f165f502d1fff2bcdfff63863c230..a45689bc89e858563d80ba1c95ae55ff58184e33 100644 (file)
@@ -1,5 +1,9 @@
 *.d\r
 *.o\r
+*.obj\r
+*.pdb\r
+*.ilk\r
+*.exe\r
 *.pyc\r
 Source/C/VfrCompile/EfiVfrParser.cpp\r
 Source/C/VfrCompile/EfiVfrParser.h\r