From bf0c17c9bc8bc63b5556b6a58fe1e082d98ac173 Mon Sep 17 00:00:00 2001 From: scarf Date: Sun, 13 Nov 2022 02:15:08 +0900 Subject: chore: wider nim cache name detection (#20826) ignores directories such as nimcache19994 --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d22b8316a..d228b498c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,9 @@ !*.* # Cache -nimcache/ -rnimcache/ -dnimcache/ +nimcache*/ +rnimcache*/ +dnimcache*/ *.o !/icons/*.o -- cgit 1.4.1-2-gfad0