From cfa057b86d735942adbeb7347a51b6f0c32901f7 Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Sat, 2 Mar 2024 21:28:41 +0100 Subject: [PATCH] lint: Add lint runner build dir to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c77303f50e2..3fe36aba89d 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,7 @@ win32-build test/config.ini test/cache/* test/.mypy_cache/ +test/lint/test_runner/target/ !src/leveldb*/Makefile