maddy/.gitignore
fox.cpp dd3f511e5c
Disable CRLF conversions on Windows
Most developer tooling supports LF endings nowadays and it allows one to use WSL to debug maddy on Windows (that's what I do now).
2021-05-22 20:32:02 +03:00

49 lines
552 B
Text

# gitignore.io
*.o
*.a
*.so
_obj
_test
*.[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/maddyctl/maddyctl
cmd/maddy-*-helper/maddy-*-helper
maddy
maddyctl
# Man pages
docs/man/*.1
docs/man/*.5
# Certificates and private keys.
*.pem
*.crt
*.key
# Some directories that may be created during test-runs
# in repo directory.
cmd/maddy/*mtasts-cache
cmd/maddy/*queue
build/
tests/maddy.cover
tests/maddy
.idea/