From 3f4f1b47e880eb3e3da2bcd5a79961a64bafdaf7 Mon Sep 17 00:00:00 2001 From: Michel van Kessel Date: Mon, 27 Apr 2020 21:59:04 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 57 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 40 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 02b3fb46a..59c923bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ *.tar.gz *.exe -src/bitcoin -src/bitcoind -src/bitcoin-cli -src/bitcoin-tx -src/test/test_bitcoin -src/qt/test/test_bitcoin-qt +src/blackmore +src/blackmored +src/blackmore-cli +src/blackmore-tx +src/test/test_blackmore +src/qt/test/test_blackmore-qt # autoreconf Makefile.in @@ -25,6 +25,7 @@ build-aux/m4/ltversion.m4 build-aux/missing build-aux/compile build-aux/test-driver +config.cache config.log config.status configure @@ -32,6 +33,7 @@ libtool src/config/bitcoin-config.h src/config/bitcoin-config.h.in src/config/stamp-h1 +src/obj share/setup.nsi share/qt/Info.plist @@ -43,6 +45,12 @@ src/qt/forms/ui_*.h src/qt/test/moc*.cpp +src/qt/blackmore-qt.config +src/qt/blackmore-qt.creator +src/qt/blackmore-qt.creator.user +src/qt/blackmore-qt.files +src/qt/blackmore-qt.includes + .deps .dirstamp .libs @@ -54,11 +62,10 @@ src/qt/test/moc*.cpp *.pyc *.o *.o-* -*.patch -.bitcoin *.a *.pb.cc *.pb.h +*.dat *.log *.trs @@ -67,6 +74,10 @@ src/qt/test/moc*.cpp *.json.h *.raw.h +# Only ignore unexpected patches +*.patch +!depends/patches/**/*.patch + #libtool object files *.lo *.la @@ -74,12 +85,17 @@ src/qt/test/moc*.cpp # Compilation and Qt preprocessor part *.qm Makefile -bitcoin-qt -Bitcoin-Qt.app +!depends/Makefile +src/qt/blackmore-qt +Blackmore-Qt.app +background.tiff* + +# Qt Creator +Makefile.am.user # Unit-tests Makefile.test -bitcoin-qt_test +blackmore-qt_test src/test/buildenv.py # Resources cpp @@ -89,6 +105,9 @@ qrc_*.cpp .DS_Store build +# Previous releases +releases + #lcov *.gcno *.gcda @@ -101,13 +120,10 @@ coverage_percent.txt linux-coverage-build linux-build win32-build +test/config.ini +test/cache/* 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 @@ -118,4 +134,11 @@ contrib/devtools/split-debug.sh #Visual Studio .vscode/* -.vs/* \ No newline at end of file +.vs/* + +# clang-check +*.plist + +osx_volname +dist/ +*.background.tiff \ No newline at end of file