diff --git a/.gitignore b/.gitignore index 3ba68dc42..a89defbc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,85 +1,85 @@ abc-ci-builds *.tar.gz *.exe src/bitcoin src/bitcoind src/bitcoin-cli src/bitcoin-seeder src/bitcoin-tx src/bitcoin-wallet src/test/test_bitcoin src/test/test_bitcoin_fuzzy src/qt/test/test_bitcoin-qt src/univalue/gen src/obj src/qt/*.moc src/qt/moc_*.cpp src/qt/forms/ui_*.h src/qt/test/moc*.cpp src/qt/bitcoin-qt.config src/qt/bitcoin-qt.creator src/qt/bitcoin-qt.creator.user src/qt/bitcoin-qt.files src/qt/bitcoin-qt.includes .deps .libs .*.swp *.*~* *.bak *.rej *.orig *.pyc *.o *.o-* *.a *.pb.cc *.pb.h *.log *.trs *.dmg *.json.h *.raw.h # Only ignore unexpected patches *.patch !depends/patches/**/*.patch # Compilation and Qt preprocessor part *.qm Makefile bitcoin-qt Bitcoin-Qt.app background.tiff* # Resources cpp qrc_*.cpp # Mac specific .DS_Store build #lcov *.gcno *.gcda /*.info #build tests test/config.ini test/cache/* -test/.mypy_cache/ +*.mypy_cache/ !src/leveldb*/Makefile contrib/devtools/split-debug.sh # Ignore node_modules at every level -node_modules/ \ No newline at end of file +node_modules/