Revision: 16213
          http://sourceforge.net/p/edk2/code/16213
Author:   jljusten
Date:     2014-10-14 16:08:15 +0000 (Tue, 14 Oct 2014)
Log Message:
-----------
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 <[email protected]>
[removed Linaro-specific bits, rework for upstream]
Signed-off-by: Leif Lindholm <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

Added Paths:
-----------
    trunk/edk2/.gitignore
    trunk/edk2/BaseTools/.gitignore
    trunk/edk2/Conf/.gitignore

Added: trunk/edk2/.gitignore
===================================================================
--- trunk/edk2/.gitignore                               (rev 0)
+++ trunk/edk2/.gitignore       2014-10-14 16:08:15 UTC (rev 16213)
@@ -0,0 +1,2 @@
+Build/
+tags/

Added: trunk/edk2/BaseTools/.gitignore
===================================================================
--- trunk/edk2/BaseTools/.gitignore                             (rev 0)
+++ trunk/edk2/BaseTools/.gitignore     2014-10-14 16:08:15 UTC (rev 16213)
@@ -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/

Added: trunk/edk2/Conf/.gitignore
===================================================================
--- trunk/edk2/Conf/.gitignore                          (rev 0)
+++ trunk/edk2/Conf/.gitignore  2014-10-14 16:08:15 UTC (rev 16213)
@@ -0,0 +1 @@
+*


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to