mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
Added gitignore here also
This commit is contained in:
parent
d2ba09a6f2
commit
48490359d0
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user