-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (52 loc) · 901 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (52 loc) · 901 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
57
58
59
# Vivado Generated Files
*.jou
*.log
*.lpr
*.html
*.xml
*.str
# Workspaces and Project Files (keep .xpr if you want the project file itself, but ignore generated folders)
# Usually we keep the .xpr, but ignore the huge subfolders
.Xil/
*.os/
*.cache/
*.hw/
*.ip_user_files/
*.sim/
*.runs/
*.gen/
*.srcs/utils_1/
AES_CBC/AES_CBC_sim.xpr
# Simulation
*.wdb
*.wcfg
*.pb
*.jou
*.log
xsim.dir/
sim_work/
# Output bitstreams (optional, maybe you want to keep them, but usually they are artifacts)
*.bit
*.bin
# Vitis Workspace
vitis_workspace/zybo_aes_platform/
vitis_workspace/zybo_platform/
vitis_workspace/*/Debug/
vitis_workspace/*/Release/
vitis_workspace/*/_ide/
vitis_workspace/*/compile_commands.json
vitis_workspace/*/vitis-comp.json
vitis_workspace/.gitignore
vitis_workspace/logs/
# Temp files
.gemini/
error.txt
.wsdata/
.claude/
logs/
# Python
__pycache__/
*.pyc
# OS
.DS_Store
Thumbs.db