mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
pro dir
This commit is contained in:
parent
1ccf015b8b
commit
f000ffffef
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,8 @@
|
|||||||
bin/
|
tmp/
|
||||||
var/
|
var/
|
||||||
pkg/
|
pkg/
|
||||||
|
bin/
|
||||||
|
*.swp
|
||||||
# Binaries for programs and plugins
|
# Binaries for programs and plugins
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
|
3
Makefile
3
Makefile
@ -3,6 +3,9 @@ BENCH=src/example/bench.go
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
go install $(BENCH)
|
go install $(BENCH)
|
||||||
|
touch etc/local.shy
|
||||||
|
cp etc/shy.vim ~/.vim/syntax/
|
||||||
|
cp etc/go.snippets ~/.vim/snippets/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build $(BENCH)
|
go build $(BENCH)
|
||||||
|
12
etc/note.ctx
12
etc/note.ctx
@ -1,12 +0,0 @@
|
|||||||
golang
|
|
||||||
help tool version env
|
|
||||||
get list doc fmt fix vet
|
|
||||||
run build test install clean
|
|
||||||
|
|
||||||
git
|
|
||||||
help init clone
|
|
||||||
status add rm mv diff grep show reset commit
|
|
||||||
branch merge rebase log tag checkout
|
|
||||||
remote pull push fetch
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user