From 023de3e07509a6b834a68742ca5aafaeb6e00579 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 4 May 2017 15:34:30 -0700 Subject: [PATCH] git: add .DS_Store to .gitignore, remove obsolete entries --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 24e15df5..802c547e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,12 +31,6 @@ cmd/cmd **.hex cmd/lncli/lncli -cmd/lnshell/lnshell - -sighash143/sighash143 -sighash143/*.hex - -test_wal/* # vim **.swp @@ -49,3 +43,5 @@ vendor *.idea profile.cov profile.tmp + +.DS_Store