]> Sergey Matveev's repositories - dotfiles.git/blobdiff - go/bin/go-clean
gopls creates also .-files
[dotfiles.git] / 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.*