Просмотр исходного кода

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.

Thomas Christoph Mueller 9 лет назад
Родитель
Сommit
42b5cf3ced
1 измененных файлов с 18 добавлено и 0 удалено
  1. 18 0
      Global/Virtuoso.gitignore

+ 18 - 0
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*
+