-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (74 loc) · 1.22 KB
/
.gitignore
File metadata and controls
74 lines (74 loc) · 1.22 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/.build
/.buildlogs
/.packages
/.repository
/.tofuenv
/repository/reprepro/db
/repository/reprepro/logs
/features/_dev/id_dev
/features/_dev/id_dev.pub
/features/_dev/file.include/authorized_keys
/cert/cfssl
/cert/*.key
/cert/*.arn
/cert/*.crt
/cert/*.der
/cert/*.pub
/cert/*.p12
/cert/*.csr
/cert/*.full
/cert/*.chain
/cert/*.esl
/cert/*.auth
/cert/*.aws-efivars
/cert/*.edk2-efivars
/cert/GUID.txt
!/cert/gardenlinux-*-*.crt
!/cert/gardenlinux-*-*.der
!/cert/gardenlinux-*-*.chain
!/cert/gardenlinux-*-*.auth
!/cert/gardenlinux-*-*.aws-efivars
!/cert/gardenlinux-*-*.edk2-efivars
!/cert/gardenlinux-*-repo-sign.pub
!/cert/gardenlinux.kernel.sign.crt
!/cert/gardenlinux.sign.pub
/features/metal/file.include/lib/firmware/
/container/*/_pipfiles
.direnv
.envrc
.idea
.venv
__pycache__
/dev
/test.log
/test_results.json
/tests/*.log
/tests/*.xml
/tests/login.*.sh
/tests/pytest.*.sh
!tests/config/*.yaml.example
tests/config
tests/log
tests/.ssh
tests/coverage_report.json
make_targets.cache
/bin/*.vars
/bin/*.ipxe
/bin/*.permall
/bin/*.qcow2
/bin/swtpm-sock
.DS_Store
venv
shell.nix
s3_downloads/
**/.terraform*
!**/.terraform.lock.hcl
**/terraform.tfstate*
**/*.tfvars
**/*.auto.tfvars
**/.uuid
**/backend.tf
**/encryption.tf
COMMIT
VERSION
edk2/