Added files to gitignore for libbitcoind and also using this for npm.

This commit is contained in:
Chris Kleeschulte 2015-08-10 15:23:53 -04:00
parent 2a52c9595d
commit 7ac389fa83
2 changed files with 2 additions and 11 deletions

3
.gitignore vendored
View File

@ -22,9 +22,10 @@ test.js
**/*.dylib **/*.dylib
**/*.so **/*.so
**/*.old **/*.old
libbitcoind
**/*.files **/*.files
**/*.config **/*.config
**/*.creator **/*.creator
libbitcoind
libbitcoind*
libbitcoind.includes libbitcoind.includes
*.log *.log

View File

@ -1,10 +0,0 @@
.git*
build/
.lock-wscript
out/
Makefile.gyp
*.Makefile
*.target.gyp.mk
node_modules/
test/
*.node