]> Sergey Matveev's repositories - dotfiles.git/commitdiff
gopls creates also .-files
authorSergey Matveev <stargrave@stargrave.org>
Mon, 27 Mar 2023 08:21:01 +0000 (11:21 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 27 Mar 2023 08:21:01 +0000 (11:21 +0300)
go/bin/go-clean

index cf9047c858c178d33e49836f1b9f5661597a6330..896b935db19f6811952d5664322cbb0926aac6c0 100755 (executable)
@@ -2,8 +2,9 @@
 
 setopt NO_NOMATCH
 rm -fr $GOCACHE \
-    /tmp/gopls-* \
+    /tmp/*.pch \
     /tmp/go-build* \
     /tmp/go.*.*.{mod,sum} \
     /tmp/gopackages-* \
-    /tmp/*.pch
+    /tmp/gopls-* \
+    /tmp/gopls.*