summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorWhiteDuke <Wh1teDuke@users.noreply.github.com>2016-09-14 17:02:00 +0200
committerGitHub <noreply@github.com>2016-09-14 17:02:00 +0200
commit49c437f87d87e4d53b55a706d5cc8a2f07041c10 (patch)
tree269cf74e1aba403118821b49ae51d850985ce4aa /.gitignore
parent5f685bb0e6b2d68b9796e6a7d29469ce3f3b38ec (diff)
downloadNim-49c437f87d87e4d53b55a706d5cc8a2f07041c10.tar.gz
Ignore new cache folders
Reference: https://github.com/nim-lang/Nim/blob/083b31b47314c1aa70b2726a9b7d0a3c942c2bd8/koch.nim#L248
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e4cec0ef6..57b8a68d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,11 @@
 *
 !**/
 !*.*
+
+# Cache
 nimcache/
+rnimcache/
+dnimcache/
 
 *.o
 !/icons/*.o