Skip to content

gitignore: Add docker build assets path

Sudeep Holla requested to merge sudeep/yet_another_gitignore_entry into main

Currently after building the docker images locally the git starts showing the generated files as untracked. One needs to be careful and not use git add . to avoid adding them accidentally.

Just add these generated files in docker/assets path in .gitignore to avoid such accidental addition.

Signed-off-by: Sudeep Holla sudeep.holla@arm.com

Merge request reports