Skip to content

Commit c017c47

Browse files
authored
Merge pull request #1731 from christophmuellerorg/Virtuoso
Initial gitignore file for Cadence Virtuoso
2 parents 79d9eb9 + 42b5cf3 commit c017c47

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)