mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
f775eb19c5
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
40 lines
No EOL
383 B
Text
40 lines
No EOL
383 B
Text
# transient files
|
|
/image
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.swp
|
|
/gosec
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
vendor
|
|
dist
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
.DS_Store
|
|
|
|
.vscode
|
|
.idea
|
|
|
|
# SBOMs generated during CI
|
|
/bom.json
|
|
1 |