amaranth/.gitignore
2020-05-21 10:41:23 +00:00

20 lines
154 B
Plaintext

# Python
__pycache__/
/*.egg-info
/.eggs
/dist
# coverage
/.coverage
/htmlcov
# tests
**/test/spec_*/
*.vcd
*.gtkw
# misc user-created
*.il
*.v
/build