From 7bc4f0eb09b97948292f63818165d122435b2a04 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Wed, 4 Sep 2024 17:58:46 -0700 Subject: [PATCH] Gitignore `testdb/.../lx-*.lock` files Not sure what's creating these, but they're showing up when I run tests locally. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b14ad050e58..8adb6aee95f 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ testdb/intree/store/**/share/AlexTemplate.hs testdb/intree/store/**/share/AlexWrappers.hs testdb/intree/store/**/share/doc/LICENSE testdb/intree/store/*/incoming/alex-*.lock +testdb/intree/store/*/incoming/lx-*.lock testdb/intree/store/*/package.db/package.cache testdb/intree/store/*/package.db/package.cache.lock