diff mbox series

[1/6] meta-arm: add build to gitignore

Message ID 20230202095456.3113221-1-ross.burton@arm.com
State New
Headers show
Series [1/6] meta-arm: add build to gitignore | expand

Commit Message

Ross Burton Feb. 2, 2023, 9:54 a.m. UTC
From: Rui Miguel Silva <rui.silva@linaro.org>

To avoid having always tools that depend on git ls or other
git plumbing to include and spin around the enormous content of
the build directory.

Just add it to the ignore file and make that build content,
that will never get in the repo invisible to git and tools.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Jon Mason Feb. 5, 2023, 10 a.m. UTC | #1
On Thu, 2 Feb 2023 09:54:51 +0000, Ross Burton wrote:
> To avoid having always tools that depend on git ls or other
> git plumbing to include and spin around the enormous content of
> the build directory.
> 
> Just add it to the ignore file and make that build content,
> that will never get in the repo invisible to git and tools.

Applied, thanks!

[1/6] meta-arm: add build to gitignore
      commit: 4704bf12921dae5d2534caf830a37c0d5458e730
[2/6] kas/corstone1000: move from langdale to master
      commit: 47872289aecc03abe20f2ae7a1607017b6b3bd63
[3/6] arm-bsp/corstone500: bump u-boot version to 2023.01
      commit: 5577b381645c21577ee52cf0380cc755b897c67d
[4/6] arm-bsp/corstone1000: bump u-boot version to 2023.01
      commit: 30796fb798d4d474ae478e4d63a2487737cfad04
[5/6] arm-bsp: corstone500: bump kernel version to 6.1
      commit: 03574e91737c8374c9dcf3674c17636c9fb1fbb6
[6/6] arm-bsp/corstone1000: bump kernel version to v6.1
      commit: 894e309eaf6b8e88f6ea6e35b03cb7966f214a08

Best regards,
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index bee8a64b..ce8c7f33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@ 
 __pycache__
+build