diff options
author | Charlie <bartoc@umich.edu> | 2014-05-06 14:19:03 -0400 |
---|---|---|
committer | Charlie <bartoc@umich.edu> | 2014-05-06 14:31:35 -0400 |
commit | ae6dac6b63821e70677003114c96c12d156cc64f (patch) | |
tree | e02e2d2afb3f073d25c7916ff4d52cb72462af96 /koch.nim | |
parent | 1549bed82f0a02d0c396fb88715454624eb641c6 (diff) | |
download | Nim-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.nim | 2 |
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" |