summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 44f7c4122c77a1825cfbfaaa9fcc1f88b7d5f818 (plain)
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
# Build artifacts
build/
.Xil/

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/

# Vivado
*.jou
*.log
*.str
vivado*.backup.*
*.cache/
*.hw/
*.ip_user_files/
*.runs/
*.sim/
*.srcs/

# Temporary files
*.tmp
*.temp