Update .gitignore

This commit is contained in:
fox.cpp 2019-09-04 01:54:22 +03:00
parent 38465f7308
commit 794f802131
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C

30
.gitignore vendored
View file

@ -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