noticed the regular pattern in all pipe_data.py (regspecs).
[soc.git] / .gitignore
1 __pycache__
2 Waveforms
3 *.vcd
4 .*.sw?
5 *.py?
6 *.v
7 .mypy_cache
8 !**/Waveforms/.gitkeep
9 *.egg-info
10 *.il
11 **/*.gtkw
12 .eggs
13
14 .vscode/*