mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
21 lines
351 B
Plaintext
21 lines
351 B
Plaintext
### Specific to building Armbian ###
|
|
/.vagrant/
|
|
ubuntu-*-cloudimg-console.log
|
|
|
|
### to ignore changes in a working copy
|
|
.ignore_changes
|
|
|
|
### compile configurations added by users
|
|
/config-*.conf
|
|
### but not default (supplied) files
|
|
!/config-docker.conf
|
|
|
|
### output directories
|
|
/.tmp/
|
|
/output/
|
|
/cache/
|
|
/userpatches/
|
|
|
|
### General annoyances ###
|
|
.DS_Store
|