Skip to content

Commit 42b5cf3

Browse files
Initial gitignore file for [Cadence Virtuoso](http://www.cadence.com/products/cic/Pages/default.aspx)
Cadence Virtuoso is a commercial EDA tool used for custom IC (ASIC) design. This gitignore file blacklists database lock files, the contents of run directories for layout versus schematic and design rule checks as well as log files for a selection of tools inside the package.
1 parent ad12621 commit 42b5cf3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Global/Virtuoso.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Gitignore for Cadence Virtuoso
2+
################################################################
3+
4+
# Log files
5+
*.log
6+
panic*.log.*
7+
8+
# OpenAccess database lock files
9+
*.cdslck*
10+
11+
# Run directories for layout vs. schematic and design rule check
12+
lvsRunDir/*
13+
drcRunDir/*
14+
15+
# Abstract generation tool
16+
abstract.log*
17+
abstract.record*
18+

0 commit comments

Comments
 (0)