-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (34 loc) · 699 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (34 loc) · 699 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
# Build outputs — ignore everything under build/ EXCEPT the tracked
# picorv32_residual directory (the dsec residual miter is a useful
# verification artifact we want versioned).
build/*
!build/equiv/
build/equiv/*
!build/equiv/picorv32_residual/
derived/
reference/sky130/
reference/skywater-pdk-parent/
reference/picorv32/
reference/aes/
reference/asap7/
*.log
*.history
# Memory-init and bitstream artifacts
*.mem
*.bit
# Experiment backups
*.bak
# Python bytecode cache
__pycache__/
*.pyc
# Editor
.vscode/
.idea/
*.swp
*~
# OS
.DS_Store
Thumbs.db
# abc dsec scratch file (when run from repo root); the tracked
# residual copy under build/equiv/picorv32_residual/ is exempted.
/sm01.aig