forked from BitBoxSwiss/bitbox-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (34 loc) · 1.16 KB
/
.gitignore
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
41
42
43
# Ignore the github.com/armbian/build repo we check out during builds.
/armbian/armbian-build
# Ignore the github.com/mendersoftware/mender-convert repo we check out to convert disk images
/armbian/mender-conversion-tools
/armbian/mender-convert
# Ignore the local configuration overrides for Armbian build.
/armbian/base/build-local.conf
/armbian/base/config/authorized_keys
# Ignore the generated file holding current git commit for Armbian build.
/armbian/base/config/latest_commit
# File enables loop device cleanup (contrib/cleanup-loop-devices.sh) when building the Armbian image
armbian/.cleanup-loop-devices
# Ignore compiled Go binaries.
/tools/bbbfancontrol/bbbfancontrol
/tools/bbbsupervisor/bbbsupervisor
/tools/bbbconfgen/bbbconfgen
# Ignore files created during testing
tools/bbbconfgen/test/bitcoin-output.conf
tools/bbbconfgen/test/test-output.conf
# Ignore vim swap files.
*.sw?
# Ignore Jekyll-generated files.
/.jekyll-metadata
/_site
/docs/.sass-cache
/docs/_site
docs/.jekyll-cache/*
# Ignore the binary build outputs (except READMEs)
/bin/go/*
!/bin/go/README.md
/bin/img-mender/*
!/bin/img-mender/README.md
/bin/img-armbian/*
!/bin/img-armbian/README.md