From fb3bacce69a39bf86288ece239c1be63518e11fb Mon Sep 17 00:00:00 2001 From: eugene Date: Tue, 8 Sep 2020 02:47:53 -0400 Subject: .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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3