From fb4a1232be3b2d00483a7399e7131c211d8cd551 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sun, 22 Jan 2017 19:26:37 +0000 Subject: [PATCH] Ignore common files. (#45) Ignore files mentioned in the example configs and the binaries made with go build. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9e22d4da..5d276348 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ config.json cashierd.conf tmp + +cashier +cashierd + +signing_key +http.log -- GitLab