gitignore: only match binaries in current folder, remove main*

This commit is contained in:
Johan T. Halseth 2018-12-13 12:26:30 +01:00
parent 8754635de5
commit fdf903b8a9
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

10
.gitignore vendored
View File

@ -24,10 +24,10 @@ _testmain.go
*.test
*.prof
lnd
lnd-debug
lncli
lncli-debug
/lnd
/lnd-debug
/lncli
/lncli-debug
# Integration test log files
output*.log
@ -54,6 +54,4 @@ profile.tmp
.DS_Store
main*
.vscode