Skip to content

Commit aab22f6

Browse files
committed
[Build] Update .gitignore
Add new filters for various files that we don't want tracked in the git tree.
1 parent a34f0d3 commit aab22f6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ background.tiff*
119119
.cargo/.configured-for-*
120120
.cargo/config
121121
target/
122+
vendor/
122123

123124
# Unit-tests
124125
Makefile.test
@@ -148,11 +149,8 @@ linux-build
148149
win32-build
149150
test/config.ini
150151
test/cache/*
151-
qa/pull-tester/run-bitcoind-for-test.sh
152-
qa/pull-tester/tests-config.sh
153-
qa/pull-tester/cache/*
154-
qa/pull-tester/test.*/*
155152
cache/*
153+
venv*/
156154

157155
!src/leveldb*/Makefile
158156

@@ -164,6 +162,8 @@ libbitcoinconsensus.pc
164162
.idea
165163
CMakeLists.txt
166164
cmake-build-debug
165+
*CMakeFiles
166+
*.cmake
167167

168168
moc_*
169169
*.tmp
@@ -172,3 +172,9 @@ build*
172172
pivxd.*
173173
pivxd-new-gui.*
174174
/cov-int/
175+
176+
cppcheck.txt
177+
to_backport.txt
178+
.ci-cppcheck/
179+
.mypy_cache/
180+
*.old

0 commit comments

Comments
 (0)