From 7ac389fa83cc625db8913b5f3cea6f124972927c Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Mon, 10 Aug 2015 15:23:53 -0400 Subject: [PATCH] Added files to gitignore for libbitcoind and also using this for npm. --- .gitignore | 3 ++- .npmignore | 10 ---------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 .npmignore diff --git a/.gitignore b/.gitignore index ebf36527..1bafe798 100644 --- a/.gitignore +++ b/.gitignore @@ -22,9 +22,10 @@ test.js **/*.dylib **/*.so **/*.old -libbitcoind **/*.files **/*.config **/*.creator +libbitcoind +libbitcoind* libbitcoind.includes *.log diff --git a/.npmignore b/.npmignore deleted file mode 100644 index cd70b6e4..00000000 --- a/.npmignore +++ /dev/null @@ -1,10 +0,0 @@ -.git* -build/ -.lock-wscript -out/ -Makefile.gyp -*.Makefile -*.target.gyp.mk -node_modules/ -test/ -*.node