From f43fd3d3cfac882ca01e2d9a981aac9fd066339f Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Wed, 26 Oct 2016 23:55:08 +0100 Subject: [PATCH] gitignore: Fix binaries to only include top-level --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9bb463a..ee7de93 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,10 @@ !.gitignore # The binaries. -chasquid -chasquid-util -smtp-check -spf-check +/chasquid +/chasquid-util +/smtp-check +/spf-check cmd/chasquid-util/chasquid-util cmd/smtp-check/smtp-check cmd/spf-check/spf-check