amaranth/.gitignore
whitequark 284b533995 setup: replace versioneer with setuptools_scm.
Has the same problems with git-archive but is much less invasive.
2019-09-06 05:20:42 +00:00

19 lines
140 B
Plaintext

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