aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoreugene <elzeigel@gmail.com>2020-09-08 02:47:53 -0400
committereugene <elzeigel@gmail.com>2020-09-08 02:47:53 -0400
commitfb3bacce69a39bf86288ece239c1be63518e11fb (patch)
treeb908ce55013874f22cd62f7cf3d06d3c7374f100 /.gitignore
parenta9f201439a84096a209bebc11705656b08d1b488 (diff)
downloadbitcoin-fb3bacce69a39bf86288ece239c1be63518e11fb.tar.xz
.gitignore: ignore qa-assets/ folder
This commit ignores the qa-assets/ folder in case a user is running the cov_fuzz target without DIR_FUZZ_SEED_CORPUS set. In this case, the qa-assets folder is assumed to live in the bitcoin directory and should be ignored by git.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1173edfaa7..5726b18928 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,6 +122,7 @@ total.coverage/
fuzz.coverage/
coverage_percent.txt
/cov_tool_wrapper.sh
+qa-assets/
#build tests
linux-coverage-build