From 4704bf12921dae5d2534caf830a37c0d5458e730 Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Thu, 2 Feb 2023 09:54:51 +0000 Subject: [PATCH] meta-arm: add build to gitignore 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 Signed-off-by: Jon Mason --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bee8a64b..ce8c7f33 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ __pycache__ +build