mirror of
https://github.com/Lemonochrme/vhdl_processor.git
synced 2025-06-08 17:00:50 +02:00
68 lines
667 B
Text
68 lines
667 B
Text
# Vivado project files
|
|
*.cache/
|
|
*.data/
|
|
*.hw/
|
|
*.ip_user_files/
|
|
*.runs/
|
|
*.sim/
|
|
*.srcs/
|
|
*.sdk/
|
|
|
|
# Vivado settings and logs
|
|
*.jou
|
|
*.log
|
|
*.str
|
|
*.bak
|
|
|
|
# Generated files
|
|
project_*.xpr
|
|
*.bit
|
|
*.bin
|
|
*.bmm
|
|
*.dcp
|
|
*.html
|
|
*.xdc
|
|
*.ltx
|
|
*.ngc
|
|
*.tcl
|
|
*.xgui
|
|
*.xise
|
|
*.xml
|
|
*_bd.tcl
|
|
*_top.xdc
|
|
*_wrapper.bmm
|
|
*_xmd.xdc
|
|
*_xmd.ini
|
|
|
|
# Compiled files
|
|
webtalk.log
|
|
xgui/
|
|
hdl/
|
|
isim/
|
|
project_*.cache/
|
|
project_*.runs/
|
|
project_*.srcs/
|
|
project_*.xpr.user
|
|
*_vivado_*
|
|
|
|
# IDE specific files
|
|
.DS_Store
|
|
*.suo
|
|
*.user
|
|
*.sln
|
|
*.ncb
|
|
*.aps
|
|
*.vsp
|
|
*.pidb
|
|
*.opensdf
|
|
*.VC.db
|
|
|
|
# Ignore user-specific settings and configurations
|
|
*.xilinx
|
|
*.sws
|
|
*.cache
|
|
*.str
|
|
*.history
|
|
|
|
# Ignore backup files created by text editors
|
|
*~
|