summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorCharlie <bartoc@umich.edu>2014-05-06 14:19:03 -0400
committerCharlie <bartoc@umich.edu>2014-05-06 14:31:35 -0400
commitae6dac6b63821e70677003114c96c12d156cc64f (patch)
treee02e2d2afb3f073d25c7916ff4d52cb72462af96 /koch.nim
parent1549bed82f0a02d0c396fb88715454624eb641c6 (diff)
downloadNim-ae6dac6b63821e70677003114c96c12d156cc64f.tar.gz
added .ilk files to the koch clean list, these are incremental link information files for MSVC
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 79acc7791..c203e0fd0 100644
--- a/koch.nim
+++ b/koch.nim
@@ -167,7 +167,7 @@ const
   cleanExt = [
     ".ppu", ".o", ".obj", ".dcu", ".~pas", ".~inc", ".~dsk", ".~dpr",
     ".map", ".tds", ".err", ".bak", ".pyc", ".exe", ".rod", ".pdb", ".idb",
-    ".idx"
+    ".idx", ".ilk"
   ]
   ignore = [
     ".bzrignore", "nimrod", "nimrod.exe", "koch", "koch.exe", ".gitignore"