1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/.gitignore

40 lines
339 B
Plaintext

# General
*~
*.swp
*.out
*.coverage
build/
.cache
.style.yapf
# Python
*.py[cod]
__pycache__/
*egg-info/
dist/
.tox
# Cosim
*.o
*.vpi
*.so
# Simulator generated files
*.vcd
modelsim.ini
transcript
*.log
work/
work_nvc/
work_vlog/
work_vcom/
*.wlf
# Test artifacts
myhdl/**/*.v
myhdl/**/*.vhd
# Pycharm ide junk
.idea/
/.pytest_cache/