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

30 lines
246 B
Plaintext

# General
*~
*.swp
*.out
build/
# Python
*.py[cod]
__pycache__/
*egg-info/
dist/
# Cosim
*.o
*.vpi
# Simulator generated files
*.vcd
modelsim.ini
transcript
*.log
work/
work_vlog/
work_vcom/
*.wlf
# Test artifacts
myhdl/**/*.v
myhdl/**/*.vhd