refactor(gitignore): Added another binary to gitignore
This commit is contained in:
parent
d6392a9fb3
commit
b1c96e789c
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
lpm-cli
|
lpm-cli
|
||||||
|
lpm-cli_x86
|
||||||
|
|
||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
|
||||||
Reference in a new issue