give up on the super strict .gitignore
it was causing all kinds of problems with CheckDirty() logic Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
f18bfca154
commit
ed4c017bc9
|
@ -1,7 +1 @@
|
||||||
*
|
/resources/*.so
|
||||||
!.gitignore
|
|
||||||
!Makefile
|
|
||||||
!*.go
|
|
||||||
!go.*
|
|
||||||
!myrepolist
|
|
||||||
!resources/myrepolist
|
|
||||||
|
|
15
myrepolist
15
myrepolist
|
@ -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
|
|
Loading…
Reference in New Issue