-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (46 loc) · 829 Bytes
/
.gitignore
File metadata and controls
56 lines (46 loc) · 829 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Rust
/target/
**/*.rs.bk
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts
*.o
*.elf
*.bin
# Guest kernel images and test artifacts (built via Docker)
guest/android/Image
guest/linux/Image-pkvm
guest/linux/ffa_test.ko
guest/linux/initramfs-ffa-test.cpio.gz
# crosvm AVF validation artifacts (built binaries + images)
guest/linux/crosvm
guest/linux/crosvm-libs/
guest/linux/crosvm-nested-disk.img
guest/linux/initramfs-crosvm.cpio.gz
guest/linux/kvm_test
guest/linux/guest-pkvm-nvhe.dtb
# Worktrees
.worktrees/
# Local QEMU build
tools/
# Log files
*.log
ffa-output.txt
# Launch plan (not for public)
docs/launch-plan.md
# TF-A build artifacts (source + intermediates)
tfa/tfa-src/
tfa/flash.bin
tfa/flash-bl33.bin
tfa/flash-spmc.bin
tfa/bl32.bin
tfa/bl33.bin
tfa/qemu_fw.bios