build/.gitignore

28 lines
451 B
Text
Raw Permalink Normal View History

### Specific to building Armbian ###
/.vagrant/
ubuntu-*-cloudimg-console.log
### to ignore changes in a working copy
.ignore_changes
2017-07-11 12:46:08 +03:00
### compile configurations added by users
/config-*.conf
2017-07-12 15:30:55 +03:00
### but not default (supplied) files
!/config-docker.conf
2017-07-17 16:20:55 +03:00
!/config-vagrant.conf
2017-07-11 12:46:08 +03:00
### output directories
/.tmp/
/output/
/cache/
/*userpatches*/
/userpatches
### General annoyances ###
.DS_Store
*~
*.swp
# Mainly generated by merge tools like 'meld'
*.orig