mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
/output
|
|
# github actions keeps hitting issues downloading from invisible-mirror.net, and then builds take hours to complete
|
|
# so... checking in the dl/ folder instead of downloading it in CI
|
|
# /dl
|
|
/.auto.deps
|
|
/.config.cmd
|
|
/.config.old
|
|
/..config.tmp
|
|
/.config
|
|
*.depend
|
|
*.o
|
|
/*.patch
|
|
/*.diff
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
*.pyc
|