diff mbox

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

Message ID alpine.LFD.2.20.1703121235060.14817@localhost.localdomain
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Robert P. J. Day March 12, 2017, 4:36 p.m. UTC
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?

Comments

Tom Rini March 17, 2017, 2:26 p.m. UTC | #1
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?
diff mbox

Patch

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

 #