mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
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:
parent
b03482996f
commit
d40fa3beea
@ -3,7 +3,8 @@ buildroot/
|
|||||||
buildroot-external/
|
buildroot-external/
|
||||||
buildroot-patches/
|
buildroot-patches/
|
||||||
|
|
||||||
# Release directory gets created using build scripts
|
# Output/Release directory gets created using build scripts
|
||||||
|
output*/
|
||||||
release/
|
release/
|
||||||
|
|
||||||
# Ignore hidden directories as well
|
# Ignore hidden directories as well
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/release
|
/release
|
||||||
*.pem
|
*.pem
|
||||||
|
output*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user