amaranth/.gitignore
whitequark 399b8f9863 Add (heavily work in progress) documentation.
To render correctly, the docs require:
 * pygments/pygments#1441
2020-06-30 22:21:16 +00:00

20 lines
156 B
Plaintext

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