diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ *.swp *.so *.pb.go +*.patch go.mod go.sum gocui @@ -20,7 +20,7 @@ custom: clean: rm -f gocui gocui.so - rm -f *.pb.go + rm -f *.pb.go *.patch go-mod-clean --purge # Test the README.md & doc.go file |
