2026-01-19 17:59:11 +00:00

49 lines
734 B
Plaintext

# ---> Cadence System Capture
# .gitignore for Cadence System Capture
# Website: https://www.cadence.com/
## backups
*,[0-9]
*.bck
*.old
*.old_dat
# local backup file
AUTOSAVE.brd
*.SAV
# design backup archive
*.DBK
last_import_time.txt
# log backup
*.log.copy
## lock files
# schematic design lock file
*.DSNlck
# library lock file
*.OLBlck
# pcb design lock file
*.brd.lck
## reports / log files
# generated crash log file
*.dmp
*.keep
# generated autorouter metadata
*.did
# generated journal file
*.jrl
# ultralibrarian generated documentation
ImportGuide.html
# general log file
*.log
*.rpt*
## general
# generated metadata file
*_convert.txt
# temporary files directory
**/temp
# output generated files directory
**/output