update .gitignore

This commit is contained in:
Michel van Kessel
2020-04-27 21:59:04 +02:00
parent e5b9e53726
commit 3f4f1b47e8

55
.gitignore vendored
View File

@@ -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
@@ -119,3 +135,10 @@ contrib/devtools/split-debug.sh
#Visual Studio
.vscode/*
.vs/*
# clang-check
*.plist
osx_volname
dist/
*.background.tiff