
17 Mar
2017
17 Mar
'17
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