summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-10-14 16:08:15 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2014-10-14 16:08:15 +0000
commit71bcf79963d1d9d8bc10b54c82dfe75dfc588d4a (patch)
treed18d967fe95303a490a09e90beed3f9163cc1d2e
parent0b7c06072eec16b6ac0707d036d865a87f78658a (diff)
downloadedk2-platforms-71bcf79963d1d9d8bc10b54c82dfe75dfc588d4a.tar.xz
EDK II: Add .gitignore
While edk2 is still maintained in SVN, Many edk2 developers use git for their main workflow, using the official mirrors. Add a .gitignore to the EDK II root, BaseTools and Conf directories to prevents files generated as part of the build from cluttering up "git status" output. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> [removed Linaro-specific bits, rework for upstream] Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16213 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--.gitignore2
-rw-r--r--BaseTools/.gitignore14
-rw-r--r--Conf/.gitignore1
3 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..821ed66862
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+Build/
+tags/
diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore
new file mode 100644
index 0000000000..fdd4112877
--- /dev/null
+++ b/BaseTools/.gitignore
@@ -0,0 +1,14 @@
+*.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/
diff --git a/Conf/.gitignore b/Conf/.gitignore
new file mode 100644
index 0000000000..5e4debcc10
--- /dev/null
+++ b/Conf/.gitignore
@@ -0,0 +1 @@
+*