From 794f8021311b1f44b3f76eff080978916c75eea8 Mon Sep 17 00:00:00 2001 From: "fox.cpp" Date: Wed, 4 Sep 2019 01:54:22 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index daf913b..ec91fce 100644 --- a/.gitignore +++ b/.gitignore @@ -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