]> source.dussan.org Git - gitignore.git/commitdiff
Initial gitignore file for [Cadence Virtuoso](http://www.cadence.com/products/cic... 1731/head
authorThomas Christoph Mueller <christoph.mueller@epfl.ch>
Mon, 2 Nov 2015 17:49:06 +0000 (18:49 +0100)
committerThomas Christoph Mueller <christoph.mueller@epfl.ch>
Mon, 2 Nov 2015 17:49:06 +0000 (18:49 +0100)
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.

Global/Virtuoso.gitignore [new file with mode: 0644]

diff --git a/Global/Virtuoso.gitignore b/Global/Virtuoso.gitignore
new file mode 100644 (file)
index 0000000..2de0367
--- /dev/null
@@ -0,0 +1,18 @@
+# Gitignore for Cadence Virtuoso
+################################################################
+
+# Log files
+*.log
+panic*.log.*
+
+# OpenAccess database lock files
+*.cdslck*
+
+# Run directories for layout vs. schematic and design rule check
+lvsRunDir/*
+drcRunDir/*
+
+# Abstract generation tool
+abstract.log*
+abstract.record*
+