maddy/.gitignore
fox.cpp 9c8ef4a2ae
Add get.sh script for semi-automated installation
Given amount of steps actually needed to install maddy, it makes sense
to automate at least some of them.

Also, since maddy repo is replicated on foxcpp.dev/maddy,
it can be used like this:
curl https://foxcpp.dev/maddy/get.sh | bash

That's, of course, is a partial solution. In future, package
repository least for Debian will be created with properly built
packages.

Response to possible complaints about curl|bash:
There is not that much difference between that and cloning repo
to run 'make install'. People who care can inspect the script
either way and ones who don't care... well, don't care.
2019-10-30 02:43:22 +03:00

38 lines
465 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
# 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
maddy-setup/