mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
Update .gitignore
This commit is contained in:
parent
38465f7308
commit
794f802131
1 changed files with 22 additions and 8 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -1,24 +1,38 @@
|
|||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
# gitignore.io
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.exe~
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
# Tests coverage
|
||||
*.out
|
||||
|
||||
# Compiled binaries
|
||||
cmd/maddy/maddy
|
||||
cmd/maddy-*-helper/maddy-*-helper
|
||||
|
||||
# Config files
|
||||
*.conf
|
||||
|
||||
# Certificates and private keys.
|
||||
*.pem
|
||||
*.crt
|
||||
*.key
|
||||
|
||||
# Some directories that may be created during test-runs
|
||||
# in repo directory.
|
||||
mtasts-cache
|
||||
*queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue