diff options
| author | Jeff Carr <[email protected]> | 2024-01-16 00:27:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-16 00:27:19 -0600 |
| commit | ed4c017bc92fc14da1fcf64c4910164fc6ca3f11 (patch) | |
| tree | a5c9d28fee41da4b90074b959ee9ccbb053ea2f4 | |
| parent | f18bfca1541102a5bc67ab627153bd099214a36c (diff) | |
give up on the super strict .gitignore
it was causing all kinds of problems with CheckDirty() logic
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | .gitignore | 8 | ||||
| -rw-r--r-- | myrepolist | 15 |
2 files changed, 1 insertions, 22 deletions
@@ -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 |
