From e23f0f4b7347af66d1ce4ef54d5f2185eac89050 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Fri, 23 Jul 2021 18:11:05 +0000 Subject: [PATCH] add gitignore --- .gitignore | 7 +++++++ BaseTools/.gitignore | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 BaseTools/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b2b283 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.pyc +*.elf +*.log +/out/ +/Build/ +/Conf/.cache/ +/Conf/BuildEnv.sh diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore new file mode 100644 index 0000000..d7e5a9e --- /dev/null +++ b/BaseTools/.gitignore @@ -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 +