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

36 lines
296 B
Plaintext
Raw Normal View History

2015-02-25 19:56:56 -08:00
# General
*~
*.swp
*.out
2016-03-03 17:07:05 +05:30
*.coverage
2015-02-25 19:56:56 -08:00
build/
2016-03-05 10:06:59 +01:00
.cache
2016-05-10 14:09:01 +02:00
.style.yapf
2015-02-25 19:56:56 -08:00
# Python
*.py[cod]
__pycache__/
*egg-info/
dist/
.tox
2015-02-25 19:56:56 -08:00
# Cosim
*.o
*.vpi
2015-04-23 10:55:50 -04:00
*.so
2015-02-25 19:56:56 -08:00
# Simulator generated files
*.vcd
modelsim.ini
transcript
*.log
work/
work_nvc/
2015-02-25 19:56:56 -08:00
work_vlog/
work_vcom/
*.wlf
# Test artifacts
myhdl/**/*.v
myhdl/**/*.vhd