aboutsummaryrefslogtreecommitdiffstats
path: root/Global
diff options
context:
space:
mode:
authorThomas Christoph Mueller <christoph.mueller@epfl.ch>2015-11-02 18:49:06 +0100
committerThomas Christoph Mueller <christoph.mueller@epfl.ch>2015-11-02 18:49:06 +0100
commit42b5cf3ced345720d0201e2234c0895dabfc6746 (patch)
treeb549c735bcf7a8cb14f0dceb08073644e67da334 /Global
parentad126218f6713611a7285b785947b53557b74681 (diff)
downloadgitignore-42b5cf3ced345720d0201e2234c0895dabfc6746.tar.gz
gitignore-42b5cf3ced345720d0201e2234c0895dabfc6746.zip
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.
Diffstat (limited to 'Global')
-rw-r--r--Global/Virtuoso.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/Global/Virtuoso.gitignore b/Global/Virtuoso.gitignore
new file mode 100644
index 00000000..2de03673
--- /dev/null
+++ b/Global/Virtuoso.gitignore
@@ -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*
+