Skip to content

Commit

Permalink
git: add .DS_Store to .gitignore, remove obsolete entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed May 5, 2017
1 parent 9e4e423 commit 023de3e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ cmd/cmd
**.hex

cmd/lncli/lncli
cmd/lnshell/lnshell

sighash143/sighash143
sighash143/*.hex

test_wal/*

# vim
**.swp
Expand All @@ -49,3 +43,5 @@ vendor
*.idea
profile.cov
profile.tmp

.DS_Store

0 comments on commit 023de3e

Please sign in to comment.