mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Co-authored-by: Miouyouyou (Myy) <myy@miouyouyou.fr> Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com> Co-authored-by: Richard Neese <r.neese@gmail.com> Co-authored-by: iav <iav@iav.lv> Co-authored-by: lanefu <lanefu@users.noreply.github.com> Co-authored-by: Werner <EvilOlaf@users.noreply.github.com> Co-authored-by: Oleg <balbes-150@yandex.ru> Co-authored-by: Lane Jennison <lane@lane-fu.com> Co-authored-by: JMCC <jmcc1@gmx.com>
28 lines
451 B
Plaintext
28 lines
451 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
|
|
!/config-vagrant.conf
|
|
|
|
### output directories
|
|
/.tmp/
|
|
/output/
|
|
/cache/
|
|
/*userpatches*/
|
|
/userpatches
|
|
|
|
### General annoyances ###
|
|
.DS_Store
|
|
*~
|
|
*.swp
|
|
|
|
# Mainly generated by merge tools like 'meld'
|
|
*.orig
|