135 lines
1.7 KiB
Plaintext
135 lines
1.7 KiB
Plaintext
*.sublime-project
|
|
*.sublime-workspace
|
|
todo.txt
|
|
reset-files.bash
|
|
|
|
*.tar.gz
|
|
|
|
*.exe
|
|
src/neobytes
|
|
src/neobytesd
|
|
src/neobytes-cli
|
|
src/neobytes-tx
|
|
src/test/test_neobytes
|
|
src/qt/test/test_neobytes-qt
|
|
src/bench/bench_neobytes
|
|
|
|
# autoreconf
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/config.guess
|
|
build-aux/config.sub
|
|
build-aux/depcomp
|
|
build-aux/install-sh
|
|
build-aux/ltmain.sh
|
|
build-aux/m4/libtool.m4
|
|
build-aux/m4/lt~obsolete.m4
|
|
build-aux/m4/ltoptions.m4
|
|
build-aux/m4/ltsugar.m4
|
|
build-aux/m4/ltversion.m4
|
|
build-aux/missing
|
|
build-aux/compile
|
|
build-aux/test-driver
|
|
config.log
|
|
config.status
|
|
configure
|
|
libtool
|
|
src/config/neobytes-config.h
|
|
src/config/neobytes-config.h.in
|
|
src/config/stamp-h1
|
|
share/setup.nsi
|
|
share/qt/Info.plist
|
|
|
|
src/univalue/gen
|
|
|
|
src/qt/*.moc
|
|
src/qt/moc_*.cpp
|
|
src/qt/forms/ui_*.h
|
|
|
|
src/qt/test/moc*.cpp
|
|
libconftest.dylib*
|
|
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.*.swp
|
|
*.*~*
|
|
*.bak
|
|
*.rej
|
|
*.orig
|
|
*.pyc
|
|
*.o
|
|
*.o-*
|
|
*.patch
|
|
.neobytes
|
|
*.a
|
|
*.pb.cc
|
|
*.pb.h
|
|
|
|
*.log
|
|
*.trs
|
|
*.dmg
|
|
|
|
*.json.h
|
|
*.raw.h
|
|
|
|
#libtool object files
|
|
*.lo
|
|
*.la
|
|
|
|
# Compilation and Qt preprocessor part
|
|
*.qm
|
|
Makefile
|
|
neobytes-qt
|
|
Neobytes-Qt.app
|
|
|
|
# Unit-tests
|
|
Makefile.test
|
|
neobytes-qt_test
|
|
src/test/buildenv.py
|
|
|
|
# Resources cpp
|
|
qrc_*.cpp
|
|
|
|
# Mac specific
|
|
.DS_Store
|
|
build
|
|
|
|
#lcov
|
|
*.gcno
|
|
*.gcda
|
|
/*.info
|
|
test_neobytes.coverage/
|
|
total.coverage/
|
|
coverage_percent.txt
|
|
|
|
#build tests
|
|
linux-coverage-build
|
|
linux-build
|
|
win32-build
|
|
qa/pull-tester/run-bitcoind-for-test.sh
|
|
qa/pull-tester/tests_config.py
|
|
qa/pull-tester/cache/*
|
|
qa/pull-tester/test.*/*
|
|
qa/tmp
|
|
cache/
|
|
share/BitcoindComparisonTool.jar
|
|
|
|
!src/leveldb*/Makefile
|
|
|
|
.cproject
|
|
.project
|
|
.autotools
|
|
/doc/doxygen/
|
|
|
|
libbitcoinconsensus.pc
|
|
src/qt/neobytes-qt.bash
|
|
qa/pull-tester/tests-config.sh
|
|
|
|
#development symlinks
|
|
neobytes-cli
|
|
neobytesd
|
|
neobytes-qt
|
|
make
|