ignore patch files

This commit is contained in:
Jeff Carr 2025-01-29 12:28:03 -06:00
parent 57fbbc62ed
commit 11465e4043
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.swp *.swp
*.so *.so
*.pb.go *.pb.go
*.patch
go.mod go.mod
go.sum go.sum
gocui gocui

View File

@ -20,7 +20,7 @@ custom:
clean: clean:
rm -f gocui gocui.so rm -f gocui gocui.so
rm -f *.pb.go rm -f *.pb.go *.patch
go-mod-clean --purge go-mod-clean --purge
# Test the README.md & doc.go file # Test the README.md & doc.go file