diff options
| author | Yuval Adam <_@yuv.al> | 2025-08-29 20:08:34 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-08-29 20:08:34 +0200 |
| commit | 417ec05cc68242b72ce1260153051e07da4d8240 (patch) | |
| tree | 39219877121a602a7748cb9ba4709e8b972dabd1 /.gitignore | |
| parent | d096f707822967aa99d37605198fc9acd5f6a90d (diff) | |
Cleanup things
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -1,7 +1,25 @@ -.venv/ +# Build artifacts build/ +.Xil/ -__pycache__ +# Python +__pycache__/ +*.py[cod] +*$py.class +.venv/ +# Vivado +*.jou *.log -*.jou
\ No newline at end of file +*.str +vivado*.backup.* +*.cache/ +*.hw/ +*.ip_user_files/ +*.runs/ +*.sim/ +*.srcs/ + +# Temporary files +*.tmp +*.temp
\ No newline at end of file |
