Skip to content

Instantly share code, notes, and snippets.

@iDoka
Last active March 2, 2026 01:32
Show Gist options
  • Select an option

  • Save iDoka/6147ea6cf320f09d7ca39477b090486a to your computer and use it in GitHub Desktop.

Select an option

Save iDoka/6147ea6cf320f09d7ca39477b090486a to your computer and use it in GitHub Desktop.
Vivado .gitignore
#########################################################################################
## Project : Collect of various scripts for working with EDA-tools (ASIC/FPGA/etc) ##
## Link : https://github.com/iDoka/eda-scripts ##
## Description: .gitignore ##
## Usage : just rename or add contain to .gitignore ##
## License : MIT ##
#########################################################################################
## log files
*.log
*.jou
*.rpt
*.vdi
## bitstream
*.bit
*.bin
*.mcs
*.svf
*.image
## netlist
*.edf
*.edif
*.vn
*.vm
## SDF
*.sdf
## sim dump
*.vcd
*.saif
*.tcf
*.wdb
## others
unisims
## C-files
*.elf
*.a
*.sa
*.so
*.lib
## dirs
vivado.cache/
vivado.hw/
vivado.ip_user_files/
vivado.runs/
vivado.sim/
###### for Xilinx Vivado|ISE
.Xil/
.cache/
fsm_encoding.os
tab_*/
webtalk.*
vivado_pid*.str
hs_err_pid*
xelab.*
xsim.*
xvlog.*
*.cache
*.sim
*.runs
*.hw
*.backup.*
*.debug
## checkpoint files
*.dcp
@sahasam
Copy link

sahasam commented Dec 6, 2023

yoink

@Ahenao16
Copy link

Ahenao16 commented Mar 2, 2026

Hippity hoppity your gitignore is now my property (thx).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment