Skip to content

Commit

Permalink
gitignore: only match binaries in current folder, remove main*
Browse files Browse the repository at this point in the history
  • Loading branch information
halseth committed Dec 13, 2018
1 parent 8754635 commit fdf903b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -54,6 +54,4 @@ profile.tmp

.DS_Store

main*

.vscode

0 comments on commit fdf903b

Please sign in to comment.