update .gitignore
This commit is contained in:
55
.gitignore
vendored
55
.gitignore
vendored
@@ -1,12 +1,12 @@
|
|||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
*.exe
|
*.exe
|
||||||
src/bitcoin
|
src/blackmore
|
||||||
src/bitcoind
|
src/blackmored
|
||||||
src/bitcoin-cli
|
src/blackmore-cli
|
||||||
src/bitcoin-tx
|
src/blackmore-tx
|
||||||
src/test/test_bitcoin
|
src/test/test_blackmore
|
||||||
src/qt/test/test_bitcoin-qt
|
src/qt/test/test_blackmore-qt
|
||||||
|
|
||||||
# autoreconf
|
# autoreconf
|
||||||
Makefile.in
|
Makefile.in
|
||||||
@@ -25,6 +25,7 @@ build-aux/m4/ltversion.m4
|
|||||||
build-aux/missing
|
build-aux/missing
|
||||||
build-aux/compile
|
build-aux/compile
|
||||||
build-aux/test-driver
|
build-aux/test-driver
|
||||||
|
config.cache
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
configure
|
configure
|
||||||
@@ -32,6 +33,7 @@ libtool
|
|||||||
src/config/bitcoin-config.h
|
src/config/bitcoin-config.h
|
||||||
src/config/bitcoin-config.h.in
|
src/config/bitcoin-config.h.in
|
||||||
src/config/stamp-h1
|
src/config/stamp-h1
|
||||||
|
src/obj
|
||||||
share/setup.nsi
|
share/setup.nsi
|
||||||
share/qt/Info.plist
|
share/qt/Info.plist
|
||||||
|
|
||||||
@@ -43,6 +45,12 @@ src/qt/forms/ui_*.h
|
|||||||
|
|
||||||
src/qt/test/moc*.cpp
|
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
|
.deps
|
||||||
.dirstamp
|
.dirstamp
|
||||||
.libs
|
.libs
|
||||||
@@ -54,11 +62,10 @@ src/qt/test/moc*.cpp
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.o
|
*.o
|
||||||
*.o-*
|
*.o-*
|
||||||
*.patch
|
|
||||||
.bitcoin
|
|
||||||
*.a
|
*.a
|
||||||
*.pb.cc
|
*.pb.cc
|
||||||
*.pb.h
|
*.pb.h
|
||||||
|
*.dat
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
*.trs
|
*.trs
|
||||||
@@ -67,6 +74,10 @@ src/qt/test/moc*.cpp
|
|||||||
*.json.h
|
*.json.h
|
||||||
*.raw.h
|
*.raw.h
|
||||||
|
|
||||||
|
# Only ignore unexpected patches
|
||||||
|
*.patch
|
||||||
|
!depends/patches/**/*.patch
|
||||||
|
|
||||||
#libtool object files
|
#libtool object files
|
||||||
*.lo
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
@@ -74,12 +85,17 @@ src/qt/test/moc*.cpp
|
|||||||
# Compilation and Qt preprocessor part
|
# Compilation and Qt preprocessor part
|
||||||
*.qm
|
*.qm
|
||||||
Makefile
|
Makefile
|
||||||
bitcoin-qt
|
!depends/Makefile
|
||||||
Bitcoin-Qt.app
|
src/qt/blackmore-qt
|
||||||
|
Blackmore-Qt.app
|
||||||
|
background.tiff*
|
||||||
|
|
||||||
|
# Qt Creator
|
||||||
|
Makefile.am.user
|
||||||
|
|
||||||
# Unit-tests
|
# Unit-tests
|
||||||
Makefile.test
|
Makefile.test
|
||||||
bitcoin-qt_test
|
blackmore-qt_test
|
||||||
src/test/buildenv.py
|
src/test/buildenv.py
|
||||||
|
|
||||||
# Resources cpp
|
# Resources cpp
|
||||||
@@ -89,6 +105,9 @@ qrc_*.cpp
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
|
|
||||||
|
# Previous releases
|
||||||
|
releases
|
||||||
|
|
||||||
#lcov
|
#lcov
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
@@ -101,13 +120,10 @@ coverage_percent.txt
|
|||||||
linux-coverage-build
|
linux-coverage-build
|
||||||
linux-build
|
linux-build
|
||||||
win32-build
|
win32-build
|
||||||
|
test/config.ini
|
||||||
|
test/cache/*
|
||||||
qa/pull-tester/run-bitcoind-for-test.sh
|
qa/pull-tester/run-bitcoind-for-test.sh
|
||||||
qa/pull-tester/tests_config.py
|
qa/pull-tester/tests_config.py
|
||||||
qa/pull-tester/cache/*
|
|
||||||
qa/pull-tester/test.*/*
|
|
||||||
qa/tmp
|
|
||||||
cache/
|
|
||||||
share/BitcoindComparisonTool.jar
|
|
||||||
|
|
||||||
!src/leveldb*/Makefile
|
!src/leveldb*/Makefile
|
||||||
|
|
||||||
@@ -119,3 +135,10 @@ contrib/devtools/split-debug.sh
|
|||||||
#Visual Studio
|
#Visual Studio
|
||||||
.vscode/*
|
.vscode/*
|
||||||
.vs/*
|
.vs/*
|
||||||
|
|
||||||
|
# clang-check
|
||||||
|
*.plist
|
||||||
|
|
||||||
|
osx_volname
|
||||||
|
dist/
|
||||||
|
*.background.tiff
|
||||||
Reference in New Issue
Block a user