diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2024-03-02 21:28:41 +0100 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2024-03-17 21:24:03 +0100 |
commit | cfa057b86d735942adbeb7347a51b6f0c32901f7 (patch) | |
tree | 86b2f0992c7f786d3062c20e20b568a5c38aa0ae | |
parent | fad7f423249c161cad20a754653f9477e2b98339 (diff) |
lint: Add lint runner build dir to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c77303f50e..3fe36aba89 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 |