Updated .gitignore
This commit is contained in:
parent
7e61d18bbd
commit
c3cdb324fb
1 changed files with 12 additions and 2 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,2 +1,12 @@
|
|||
./idea
|
||||
lpm-cli.exe
|
||||
# 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
|
||||
Reference in a new issue