Skip to content

Instantly share code, notes, and snippets.

@McRaeAlex
Created January 21, 2025 22:09
Show Gist options
  • Save McRaeAlex/c8b800d2515fb922f7b00202176bdb03 to your computer and use it in GitHub Desktop.
Save McRaeAlex/c8b800d2515fb922f7b00202176bdb03 to your computer and use it in GitHub Desktop.
Cadence GitIgnore
# .gitignore for Cadence OrCAD, HDL Allegro, and System Capture projects
# Website: https://www.cadence.com/
### Cadence ###
# Backup files
*,[0-9]
*.bck
*.old
## Schematic
# schematic design lock file
*.DSNlck
# design backup archive
*.DBK
## PCB
# pcb design lock file
*.brd.lck
# generated autorouter metadata
*.did
# local backup file
AUTOSAVE.brd
*.SAV
last_import_time.txt
# generated journal files
*.jrl
# generated error log file
*.dmp
## General
*.log
# generated metadata file
*_convert.txt
# project lock file
*.OLBlck
# ultralibrarian generated documentation
ImportGuide.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment