Created
January 21, 2025 22:09
-
-
Save McRaeAlex/c8b800d2515fb922f7b00202176bdb03 to your computer and use it in GitHub Desktop.
Cadence GitIgnore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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