diff options
author | mujx <mujx@users.noreply.github.com> | 2018-01-02 20:26:37 +0200 |
---|---|---|
committer | Erik Johnston <erikj@jki.re> | 2018-01-02 18:26:37 +0000 |
commit | 1bcb673e3c0d7bfe8551fd9ae2b4cce84a65e348 (patch) | |
tree | b2a110408ca951774413f2fbf08cf1982cd4a164 /.gitignore | |
parent | 27c335438f9a97082fe4ad4e2e69bc1863c8a326 (diff) |
Set up a development environment with docker (#387)
Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,3 +34,8 @@ _testmain.go *.exe *.test *.prof + +# Generated keys +*.pem +*.key +*.crt |