summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 12:28:03 -0600
committerJeff Carr <[email protected]>2025-01-29 12:28:03 -0600
commit11465e4043304d40a815c49adc3d829e5ba55449 (patch)
tree2cc7cb043f34bc846a4b294574aff25363facfce
parent57fbbc62ede2e559cee7ce13983dc79aaeb55d9e (diff)
ignore patch filesv0.22.14
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4f4f7d3..d77cef6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.swp
*.so
*.pb.go
+*.patch
go.mod
go.sum
gocui
diff --git a/Makefile b/Makefile
index 1c4c38f..12be8c6 100644
--- a/Makefile
+++ b/Makefile
@@ -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