forked from chipsalliance/caliptra-mcu-sw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (32 loc) · 703 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (32 loc) · 703 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
/target*/
# By default, ignore Cargo.lock files in non-workspace directories.
*/**/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Ignore IntelliJ files
/.idea/
riscv-arch-test
*.pyc
.vscode
# dynamically calculated
platforms/emulator/runtime/layout.ld
platforms/emulator/runtime/userspace/apps/*.ld
!platforms/emulator/runtime/userspace/apps/app-layout.ld
# mdbook
book
# flash file
primary_flash
secondary_flash
# Protocol validator test artifacts
test.log
*.pcap
# Test certificates to support spdm lib development
test_certs
# ld scripts
layout.ld
# Zstandard Archives (e.g. cargo nextest test archive)
**/*.tar.zst
**/*.zip
cross-target/
# Test logs
**/junit.xml