amaranth/.gitignore
whitequark e9887780af Improve .gitignore.
Fixes #264.
2019-11-02 02:03:14 +00:00

19 lines
148 B
Plaintext

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