summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2014-05-06 22:14:41 -0500
committerSimon Hafner <hafnersimon@gmail.com>2014-05-06 22:14:41 -0500
commit71ca28fa2bb2390ada69045b6a1fd6e4bb8e68d5 (patch)
tree410ee576d2ff347afde93d586420b2f1835a5576
parentbdb2d21f276c10aee122218384e568ef843690fa (diff)
parentae6dac6b63821e70677003114c96c12d156cc64f (diff)
downloadNim-71ca28fa2bb2390ada69045b6a1fd6e4bb8e68d5.tar.gz
Merge pull request #1185 from barcharcraz/kochilk
added .ilk files to the koch clean list
-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"