add gitignore

This commit is contained in:
BigfootACA 2021-07-23 18:11:05 +00:00
parent cc9a67f530
commit e23f0f4b73
2 changed files with 24 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.pyc
*.elf
*.log
/out/
/Build/
/Conf/.cache/
/Conf/BuildEnv.sh

17
BaseTools/.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
*.d
*.o
*.pyc
Source/C/VfrCompile/EfiVfrParser.cpp
Source/C/VfrCompile/EfiVfrParser.h
Source/C/VfrCompile/Pccts/antlr/antlr
Source/C/VfrCompile/Pccts/dlg/dlg
Source/C/VfrCompile/VfrLexer.cpp
Source/C/VfrCompile/VfrLexer.h
Source/C/VfrCompile/VfrParser.dlg
Source/C/VfrCompile/VfrSyntax.cpp
Source/C/VfrCompile/VfrTokens.h
Source/C/bin/
Source/C/libs/
Bin/Win32
Lib