mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-21 12:44:50 +02:00
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:
parent
2f790bcb0a
commit
c023a57e3b
4
BaseTools/.gitignore
vendored
4
BaseTools/.gitignore
vendored
@ -1,5 +1,9 @@
|
|||||||
*.d
|
*.d
|
||||||
*.o
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.pdb
|
||||||
|
*.ilk
|
||||||
|
*.exe
|
||||||
*.pyc
|
*.pyc
|
||||||
Source/C/VfrCompile/EfiVfrParser.cpp
|
Source/C/VfrCompile/EfiVfrParser.cpp
|
||||||
Source/C/VfrCompile/EfiVfrParser.h
|
Source/C/VfrCompile/EfiVfrParser.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user