]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EDK II: Add .gitignore
authorRyan Harkin <ryan.harkin@linaro.org>
Tue, 14 Oct 2014 16:08:15 +0000 (16:08 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 Oct 2014 16:08:15 +0000 (16:08 +0000)
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

.gitignore [new file with mode: 0644]
BaseTools/.gitignore [new file with mode: 0644]
Conf/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..821ed66
--- /dev/null
@@ -0,0 +1,2 @@
+Build/\r
+tags/\r
diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore
new file mode 100644 (file)
index 0000000..fdd4112
--- /dev/null
@@ -0,0 +1,14 @@
+*.d\r
+*.o\r
+*.pyc\r
+Source/C/VfrCompile/EfiVfrParser.cpp\r
+Source/C/VfrCompile/EfiVfrParser.h\r
+Source/C/VfrCompile/Pccts/antlr/antlr\r
+Source/C/VfrCompile/Pccts/dlg/dlg\r
+Source/C/VfrCompile/VfrLexer.cpp\r
+Source/C/VfrCompile/VfrLexer.h\r
+Source/C/VfrCompile/VfrParser.dlg\r
+Source/C/VfrCompile/VfrSyntax.cpp\r
+Source/C/VfrCompile/VfrTokens.h\r
+Source/C/bin/\r
+Source/C/libs/\r
diff --git a/Conf/.gitignore b/Conf/.gitignore
new file mode 100644 (file)
index 0000000..5e4debc
--- /dev/null
@@ -0,0 +1 @@
+*\r