[U-Boot] [PATCH] .gitignore: Ignore the generated top-level "sandbox/" directory

Robert P. J. Day rpjday at crashcourse.ca
Sun Mar 12 16:36:38 UTC 2017


Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  am i safe in assuming that the top-level sandbox/ directory only
ever exists as the result of a build?

diff --git a/.gitignore b/.gitignore
index 7fac5b3..32a8d5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,6 +48,7 @@
 /LOG
 /spl/
 /tpl/
+/sandbox/
 /defconfig

 #

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the U-Boot mailing list