1234567891011121314151617181920212223242526272829303132 |
- ### 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
- /__pycache__/*
- # Mainly generated by merge tools like 'meld'
- *.orig
- # Dockerfile and .dockerignore is generated by docker.sh
- Dockerfile
- .dockerignore
|