mirror of
https://github.com/go-gitea/gitea
synced 2024-10-28 17:59:03 +01:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
18 lines
324 B
Text
18 lines
324 B
Text
# 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*
|
|
|