forked from AirWireOfficial/wire-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scott
committed
Mar 27, 2018
0 parents
commit 62266d3
Showing
1,332 changed files
with
466,351 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
*.dirstamp | ||
src/qt/wire-qt | ||
db4 | ||
*.a | ||
*.o | ||
*.Po | ||
*.Plo | ||
*.deps | ||
*.guess | ||
*.status | ||
*.qm | ||
*.cache | ||
*.la | ||
*.lo | ||
*.lai | ||
*.pc | ||
/src/wired | ||
/src/wire-cli | ||
*.sublime-project | ||
*.sublime-workspace | ||
todo.txt | ||
reset-files.bash | ||
|
||
*.tar.gz | ||
|
||
*.exe | ||
src/wire | ||
src/wired | ||
src/wire-cli | ||
src/wire-tx | ||
src/test/test_wire | ||
src/qt/test/test_wire-qt | ||
|
||
depends/x86_64-pc-linux-gnu | ||
|
||
depends/i686-w64-mingw32 | ||
|
||
# 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 | ||
confdefs.h | ||
conftest.cpp | ||
conftest.err | ||
libtool | ||
src/config/wire-config.h | ||
src/config/wire-config.h.in | ||
src/config/stamp-h1 | ||
share/setup.nsi | ||
share/qt/Info.plist | ||
contrib/devtools/split-debug.sh | ||
|
||
src/univalue/gen | ||
|
||
src/qt/*.moc | ||
src/qt/moc_*.cpp | ||
src/qt/forms/ui_*.h | ||
|
||
src/qt/test/moc*.cpp | ||
|
||
.deps | ||
.dirstamp | ||
.libs | ||
.*.swp | ||
*.*~* | ||
*.bak | ||
*.rej | ||
*.orig | ||
*.pyc | ||
*.o | ||
*.o-* | ||
*.patch | ||
.wire | ||
*.a | ||
*.pb.cc | ||
*.pb.h | ||
|
||
*.log | ||
*.trs | ||
*.dmg | ||
|
||
*.json.h | ||
*.raw.h | ||
|
||
#libtool object files | ||
*.lo | ||
*.la | ||
|
||
# Compilation and Qt preprocessor part | ||
*.qm | ||
Makefile | ||
wire-qt | ||
PIVX-Qt.app | ||
|
||
# Unit-tests | ||
Makefile.test | ||
wire-qt_test | ||
src/test/buildenv.py | ||
|
||
# Resources cpp | ||
qrc_*.cpp | ||
|
||
# Qt creator | ||
*.pro.user | ||
|
||
# Mac specific | ||
.DS_Store | ||
build | ||
|
||
#lcov | ||
*.gcno | ||
/*.info | ||
test_wire.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.sh | ||
qa/pull-tester/cache/* | ||
qa/pull-tester/test.*/* | ||
|
||
!src/leveldb*/Makefile | ||
|
||
.cproject | ||
.project | ||
/doc/doxygen/ | ||
/nbproject/ | ||
|
||
.idea | ||
CMakeLists.txt | ||
cmake-build-debug |
Oops, something went wrong.