update .gitignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,10 +1,6 @@
|
|||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.deb
|
*.deb
|
||||||
src/bitcoin
|
src/bitcoin
|
||||||
src/zcashd
|
|
||||||
src/zcash-cli
|
|
||||||
src/zcash-gtest
|
|
||||||
src/zcash-tx
|
|
||||||
src/test/test_bitcoin
|
src/test/test_bitcoin
|
||||||
|
|
||||||
*zcashTest.pk
|
*zcashTest.pk
|
||||||
@@ -29,7 +25,7 @@ build-aux/compile
|
|||||||
build-aux/test-driver
|
build-aux/test-driver
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
#configure
|
configure
|
||||||
libtool
|
libtool
|
||||||
src/config/bitcoin-config.h
|
src/config/bitcoin-config.h
|
||||||
src/config/bitcoin-config.h.in
|
src/config/bitcoin-config.h.in
|
||||||
@@ -44,7 +40,7 @@ src/univalue/gen
|
|||||||
.dirstamp
|
.dirstamp
|
||||||
.idea
|
.idea
|
||||||
.libs
|
.libs
|
||||||
.*.swp
|
.*.sw?
|
||||||
*.*~*
|
*.*~*
|
||||||
*.bak
|
*.bak
|
||||||
*.rej
|
*.rej
|
||||||
@@ -156,3 +152,8 @@ src/cc/rogue/confdefs.h
|
|||||||
src/cc/rogue/x64
|
src/cc/rogue/x64
|
||||||
|
|
||||||
src/cc/dapps/a.out
|
src/cc/dapps/a.out
|
||||||
|
src/Makefile.in
|
||||||
|
doc/man/Makefile.in
|
||||||
|
Makefile.in
|
||||||
|
src/libcc.so
|
||||||
|
src/cc/customcc.so
|
||||||
|
|||||||
Reference in New Issue
Block a user