When using a git mirror, having build byproducts stay untracked
and hidden makes generating and formatting patches much easier.
The presence of .gitignore should leave svn users unaffected.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gabriel Somlo <[email protected]>
---

Please consider applying (not 100% sure I got *everything*, but
we can add/remove lines from it later).

Thanks much,
  Gabriel

 .gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bd112ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+/BaseTools/Source/C/bin
+/BaseTools/Source/C/libs
+/BaseTools/Source/C/VfrCompile
+/Build
+/Conf
+*.d
+*.o
+*.pyc
-- 
1.9.0


------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to