mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
chore: wider nim cache name detection (#20826)
ignores directories such as nimcache19994
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -3,9 +3,9 @@
|
||||
!*.*
|
||||
|
||||
# Cache
|
||||
nimcache/
|
||||
rnimcache/
|
||||
dnimcache/
|
||||
nimcache*/
|
||||
rnimcache*/
|
||||
dnimcache*/
|
||||
|
||||
*.o
|
||||
!/icons/*.o
|
||||
|
||||
Reference in New Issue
Block a user