-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (32 loc) · 746 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (32 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
### 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
# scratch validation trees
/scratch_verify/
/scratch_kcheck/
/scratch_patches/
# Runtime symlink created by extensions/seeed-rk.sh (points into cache/sources)
extensions/seeed_armbian_extension