mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 10:38:21 +00:00
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
This commit is contained in:
18
options/gitignore/Virtuoso
Normal file
18
options/gitignore/Virtuoso
Normal file
@@ -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*
|
||||
|
Reference in New Issue
Block a user