Skip to content

Commit

Permalink
Merge #2945: [Build] Update .gitignore
Browse files Browse the repository at this point in the history
aab22f6 [Build] Update .gitignore (Fuzzbawls)

Pull request description:

  Add new filters for various files that we don't want tracked in the git tree.

ACKs for top commit: aab22f6
  Duddino:
    ACK aab22f6
  Liquid369:
    re-ACK aab22f6

Tree-SHA512: 8cd37f6607dd8c00bf80356cb998a9addc82235e4760df479804d1e5d0c189d925b306cbf1b48ffa9b024e9e07d1159a345e2c3e9351e931a6cfcea453cc53ae
  • Loading branch information
Fuzzbawls committed Jan 21, 2025
2 parents 5030255 + aab22f6 commit f71ebf8
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 f71ebf8

Please sign in to comment.