mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
Chore: refine .gitignore (#679)
This commit is contained in:
parent
07a63bc901
commit
aa1cc3da0a
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,3 +1,22 @@
|
|||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, built with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# Dependency directories (remove the comment below to include it)
|
||||||
|
# vendor/
|
||||||
|
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
bazel-*
|
|
||||||
.idea
|
.idea
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
v2ray
|
||||||
|
v2ctl
|
||||||
|
Loading…
Reference in New Issue
Block a user