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
*.so
*.pb.go
*.patch
go.mod
go.sum
gocui

View File

@ -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