From 38f54c8cdb179a9465d2edef98ab4784f9e11317 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Fri, 17 Jun 2022 14:58:15 -0500 Subject: [PATCH] Ignore the configre.go file when building --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fdf0da0..998f54a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ tags # Build build rhosts-* +src/configure.go