Files
operating-system/.dockerignore
2021-05-30 21:43:44 +02:00

12 lines
224 B
Plaintext

# We don't need this folder because we map the hole folder
buildroot/
buildroot-external/
buildroot-patches/
# Release directory gets created using build scripts
release/
# Ignore hidden directories as well
.git/
.github/