summaryrefslogtreecommitdiffstats
path: root/BaseTools
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-11-15 14:27:03 +0800
committerLiming Gao <liming.gao@intel.com>2016-11-18 11:07:46 +0800
commitc023a57e3b37829a40146d97395f838b9cdfbc10 (patch)
tree3f0e45b99cf2554ce0175a0a643238e7c23e7455 /BaseTools
parent2f790bcb0a70057e38ae6f4beab72cbf16c8b812 (diff)
downloadedk2-c023a57e3b37829a40146d97395f838b9cdfbc10.tar.gz
edk2-c023a57e3b37829a40146d97395f838b9cdfbc10.tar.bz2
edk2-c023a57e3b37829a40146d97395f838b9cdfbc10.zip
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>
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/.gitignore4
1 files changed, 4 insertions, 0 deletions
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