From 30f89d5228a22c837884597b05d6ed95dae645a8 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Wed, 8 May 2013 16:18:34 +0100 Subject: Added .gitignore Signed-off-by: Ryan Harkin Signed-off-by: Steven Kinney --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..70df4bdd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*.d +*.o +*.pyc +BaseTools/Source/C/VfrCompile/EfiVfrParser.cpp +BaseTools/Source/C/VfrCompile/EfiVfrParser.h +BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr +BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg +BaseTools/Source/C/VfrCompile/VfrLexer.cpp +BaseTools/Source/C/VfrCompile/VfrLexer.h +BaseTools/Source/C/VfrCompile/VfrParser.dlg +BaseTools/Source/C/VfrCompile/VfrSyntax.cpp +BaseTools/Source/C/VfrCompile/VfrTokens.h +BaseTools/Source/C/bin/ +BaseTools/Source/C/libs/ +Build/ +Conf/.cache/ +Conf/BuildEnv.sh +Conf/build_rule.txt +Conf/target.txt +Conf/tools_def.txt +PandaBoardPkg/Tools/chtool +tmp.bin -- cgit v1.2.3 From af3092e6cd4725aa316a05a8aa5daf2c0ad27bb8 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Thu, 19 Sep 2013 18:59:34 +0100 Subject: Add EDK2 sub-dir for Android builds Android builds assume there is still an edk2 sub-directory in the repository. To get around this, I've added a softlink to make the edk2 sub-dir point to the top level directory, to fool the build system into thinking we have one. Signed-off-by: Ryan Harkin Signed-off-by: Steven Kinney --- edk2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 edk2 diff --git a/edk2 b/edk2 new file mode 120000 index 000000000..945c9b46d --- /dev/null +++ b/edk2 @@ -0,0 +1 @@ +. \ No newline at end of file -- cgit v1.2.3