summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2014-08-06 11:36:28 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2014-08-06 11:36:28 +0200
commit8f58f61f9a97d45c5718f234793b988233211d99 (patch)
tree3bcd1fcbada3572f3f78f760e897ddbd6ccb3be6
parent2e14c3da08fa9b761b43e861c24e37af7657ebfd (diff)
parentaf3092e6cd4725aa316a05a8aa5daf2c0ad27bb8 (diff)
Merge remote-tracking branch 'rmt-1/linaro-topic-misc' into release-preplinaro-edk2-2014.08-rc1linaro-edk2-2014.08-a2linaro-edk2-2014.08
-rw-r--r--.gitignore22
l---------edk21
2 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..70df4bdd17
--- /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
diff --git a/edk2 b/edk2
new file mode 120000
index 0000000000..945c9b46d6
--- /dev/null
+++ b/edk2
@@ -0,0 +1 @@
+. \ No newline at end of file