From eda577b718e4f2d297086dffc37860518212fd30 Mon Sep 17 00:00:00 2001 From: Adam Hayes Date: Mon, 29 Nov 2021 14:16:26 -0500 Subject: [PATCH] Added the mop executable (top-level only) to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bd92765..5e2dfbe 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,6 @@ cmd/mop/debug # Builds and logs. bin/mop* logs/* +/mop .idea