amaranth/.gitignore
2019-09-06 05:30:22 +00:00

19 lines
141 B
Plaintext

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