From ed4c017bc92fc14da1fcf64c4910164fc6ca3f11 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 16 Jan 2024 00:27:19 -0600 Subject: [PATCH] give up on the super strict .gitignore it was causing all kinds of problems with CheckDirty() logic Signed-off-by: Jeff Carr --- .gitignore | 8 +------- myrepolist | 15 --------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 myrepolist diff --git a/.gitignore b/.gitignore index 89695a2..ab6b57f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -* -!.gitignore -!Makefile -!*.go -!go.* -!myrepolist -!resources/myrepolist +/resources/*.so diff --git a/myrepolist b/myrepolist deleted file mode 100644 index 6bf06c7..0000000 --- a/myrepolist +++ /dev/null @@ -1,15 +0,0 @@ -go.wit.com/log - -go.wit.com/gui/widget -go.wit.com/gui/gui -go.wit.com/gui/toolkits -go.wit.com/gui/debugger - -go.wit.com/gui/gadgets -go.wit.com/gui/gadgets/repostatus -go.wit.com/gui/digitalocean -go.wit.com/gui/cloudflare - -go.wit.com/apps/control-panel-dns -go.wit.com/apps/control-panel-vpn -go.wit.com/apps/autotypist