mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +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
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Folders
|
|
||||||
_obj
|
_obj
|
||||||
_test
|
_test
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
|
||||||
*.[568vq]
|
*.[568vq]
|
||||||
[568vq].out
|
[568vq].out
|
||||||
|
|
||||||
*.cgo1.go
|
*.cgo1.go
|
||||||
*.cgo2.c
|
*.cgo2.c
|
||||||
_cgo_defun.c
|
_cgo_defun.c
|
||||||
_cgo_gotypes.go
|
_cgo_gotypes.go
|
||||||
_cgo_export.*
|
_cgo_export.*
|
||||||
|
|
||||||
_testmain.go
|
_testmain.go
|
||||||
|
|
||||||
*.exe
|
*.exe
|
||||||
|
*.exe~
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
*.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