summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorscarf <greenscarf005@gmail.com>2022-11-13 02:15:08 +0900
committerGitHub <noreply@github.com>2022-11-12 18:15:08 +0100
commitbf0c17c9bc8bc63b5556b6a58fe1e082d98ac173 (patch)
tree95d8fed599dfb9f80351dce837204ea71101657e /.gitignore
parent852cf596ede370994f3f1bb49493ec96aa0653f3 (diff)
downloadNim-bf0c17c9bc8bc63b5556b6a58fe1e082d98ac173.tar.gz
chore: wider nim cache name detection (#20826)
ignores directories such as nimcache19994
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
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