mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-08 22:08:00 +00:00
73e8df12cf
Also using the new autoconf
59 lines
570 B
Plaintext
59 lines
570 B
Plaintext
src/*.exe
|
|
src/bitcoin
|
|
src/bitcoind
|
|
src/test_bitcoin
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.o
|
|
*.patch
|
|
.bitcoin
|
|
|
|
# http://www.gnu.org/software/automake
|
|
|
|
Makefile.in
|
|
|
|
# http://www.gnu.org/software/autoconf
|
|
|
|
/autom4te.cache
|
|
/aclocal.m4
|
|
/compile
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/m4/*
|
|
|
|
#
|
|
/config.log
|
|
/config.status
|
|
/config.report
|
|
|
|
#
|
|
*.lo
|
|
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
bitcoin-qt
|
|
Bitcoin-Qt.app
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
bitcoin-qt_test
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Qt creator
|
|
*.pro.user
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
|
|
!src/leveldb-*/Makefile
|