chore: wider nim cache name detection (#20826)

ignores directories such as nimcache19994
This commit is contained in:
scarf
2022-11-13 02:15:08 +09:00
committed by GitHub
parent 852cf596ed
commit bf0c17c9bc

6
.gitignore vendored
View File

@@ -3,9 +3,9 @@
!*.*
# Cache
nimcache/
rnimcache/
dnimcache/
nimcache*/
rnimcache*/
dnimcache*/
*.o
!/icons/*.o