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 *.test
*.prof *.prof
lnd /lnd
lnd-debug /lnd-debug
lncli /lncli
lncli-debug /lncli-debug
# Integration test log files # Integration test log files
output*.log output*.log
@ -54,6 +54,4 @@ profile.tmp
.DS_Store .DS_Store
main*
.vscode .vscode