Initial commit

This commit is contained in:
Gautam Peri 2024-08-14 03:06:55 +00:00
commit 460f266255
2 changed files with 39 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
# ---> OrCAD
# .gitignore for Cadence OrCAD projects
# Website: https://www.orcad.com/
### OrCAD ###
## 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
# generated orcad file, including which file was last opened
master.tag

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# PDF-Design-Review-Demo
A repository to demonstrate workflows for PDF reviews in design reviews.