diff --git a/.gitignore b/.gitignore index 25edb18..ce8abec 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ _testmain.go *.exe *.test *.prof + +# Ignore go.sum +/go.sum