Directory is dynamically generated and config is placed into it when DEFAULT_ENVIRONMENT_GENERIC_NEW_IKCONFIG is enabled.
Add it to .gitignore, so it doesn't show up for in-tree builds. Signed-off-by: Ahmad Fatoum <[email protected]> --- defaultenv/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/defaultenv/.gitignore b/defaultenv/.gitignore index e2ef3c4205cb..d14aa0f494b5 100644 --- a/defaultenv/.gitignore +++ b/defaultenv/.gitignore @@ -2,3 +2,4 @@ barebox_default_env* barebox_zero_env +defaultenv-2-ikconfig/ -- 2.30.2
