Ignore build output directory (#1453)

Avoid Docker sending the complete build output directory when trying to
build the builder image.
This commit is contained in:
Stefan Agner 2021-07-09 16:16:34 +02:00 committed by GitHub
parent b03482996f
commit d40fa3beea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@ buildroot/
buildroot-external/
buildroot-patches/
# Release directory gets created using build scripts
# Output/Release directory gets created using build scripts
output*/
release/
# Ignore hidden directories as well

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.DS_Store
/release
*.pem
output*/