mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00:00
* [rockchip64-current] add gamepad and joystick support Added modules similar to rockchip64-legacy * [meson{64}-current] add gamepad and joystick support * [gitignore] temp vim files * [sunxi{64}-current] add gamepad and joystick support * [mvebu{64}-current] add gamepad and joystick support * [misc dev] add gamepad and joystick support * [meson and sunxi legacy] add gamepad and joystick support * [misc legacy] add gamepad and joystick support
24 lines
397 B
Text
24 lines
397 B
Text
### 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
|