Added files to gitignore for libbitcoind and also using this for npm.
This commit is contained in:
parent
2a52c9595d
commit
7ac389fa83
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
|||||||
10
.npmignore
10
.npmignore
@ -1,10 +0,0 @@
|
|||||||
.git*
|
|
||||||
build/
|
|
||||||
.lock-wscript
|
|
||||||
out/
|
|
||||||
Makefile.gyp
|
|
||||||
*.Makefile
|
|
||||||
*.target.gyp.mk
|
|
||||||
node_modules/
|
|
||||||
test/
|
|
||||||
*.node
|
|
||||||
Loading…
Reference in New Issue
Block a user