From b977dab509221e2017cef0e1920f15c08194ce90 Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Mon, 4 Nov 2024 14:46:28 -0800 Subject: [PATCH] [Build] Update .gitignore Add new filters for various files that we don't want tracked in the git tree. --- .gitignore | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 693e30eaba66c6..311471f7c9b1b0 100644 --- a/.gitignore +++ b/.gitignore @@ -119,6 +119,7 @@ background.tiff* .cargo/.configured-for-* .cargo/config target/ +vendor/ # Unit-tests Makefile.test @@ -148,11 +149,8 @@ linux-build win32-build test/config.ini test/cache/* -qa/pull-tester/run-bitcoind-for-test.sh -qa/pull-tester/tests-config.sh -qa/pull-tester/cache/* -qa/pull-tester/test.*/* cache/* +venv*/ !src/leveldb*/Makefile @@ -164,6 +162,8 @@ libbitcoinconsensus.pc .idea CMakeLists.txt cmake-build-debug +*CMakeFiles +*.cmake moc_* *.tmp @@ -172,3 +172,9 @@ build* pivxd.* pivxd-new-gui.* /cov-int/ + +cppcheck.txt +to_backport.txt +.ci-cppcheck/ +.mypy_cache/ +*.old