Skip to content

Commit

Permalink
[Build] Update .gitignore
Browse files Browse the repository at this point in the history
Add new filters for various files that we don't want tracked in the git
tree.
  • Loading branch information
Fuzzbawls committed Nov 4, 2024
1 parent 67d2db1 commit b977dab
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ background.tiff*
.cargo/.configured-for-*
.cargo/config
target/
vendor/

# Unit-tests
Makefile.test
Expand Down Expand Up @@ -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

Expand All @@ -164,6 +162,8 @@ libbitcoinconsensus.pc
.idea
CMakeLists.txt
cmake-build-debug
*CMakeFiles
*.cmake

moc_*
*.tmp
Expand All @@ -172,3 +172,9 @@ build*
pivxd.*
pivxd-new-gui.*
/cov-int/

cppcheck.txt
to_backport.txt
.ci-cppcheck/
.mypy_cache/
*.old

0 comments on commit b977dab

Please sign in to comment.