From 8e96ed57dca9ddc7e0067dbce52e0aa52754a7c6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 23 May 2024 14:49:13 -0400 Subject: Put __pycache__ in _/int This shouldn't be polluting the main namespace. --- Biz/Bild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz') diff --git a/Biz/Bild.hs b/Biz/Bild.hs index a67c1c2..cb3fe16 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -275,7 +275,7 @@ test_isGitIgnored = res <- isGitIgnored "_" res @=? True, Test.unit "filters many" <| do - traverse isGitIgnored ["Biz/Bild.hs", "__pycache__"] + traverse isGitIgnored ["Biz/Bild.hs", "TAGS"] +> (@=? [False, True]) ] -- cgit v1.2.3