From 81ebc234678af08692aad7f3c2d1128f6c2f75c4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 8 Aug 2024 18:48:25 -0300 Subject: Makefile: Use "go tool {compile,link}" over "go {build,test}" --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 85a298a..75d542a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /*.bin +/src/*.a +/src/*.bin +/tests/*.a /tests/*.bin -- cgit v1.2.3