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

12 Mar
2017
12 Mar
'17
5:36 p.m.
Signed-off-by: Robert P. J. Day rpjday@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
========================================================================

17 Mar
17 Mar
3:26 p.m.
On Sun, Mar 12, 2017 at 12:36:38PM -0400, Robert P. J. Day wrote:
Signed-off-by: Robert P. J. Day rpjday@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
What are you doing to make it exist?
--
Tom
2977
Age (days ago)
2982
Last active (days ago)
1 comments
2 participants
participants (2)
-
Robert P. J. Day
-
Tom Rini