diff options
Diffstat (limited to 'koch.nim')
-rwxr-xr-x | koch.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 5d49cadfa..1be9a529d 100755 --- a/koch.nim +++ b/koch.nim @@ -148,7 +148,8 @@ proc boot(args: string) = const cleanExt = [ ".ppu", ".o", ".obj", ".dcu", ".~pas", ".~inc", ".~dsk", ".~dpr", - ".map", ".tds", ".err", ".bak", ".pyc", ".exe", ".rod", ".pdb", ".idb" + ".map", ".tds", ".err", ".bak", ".pyc", ".exe", ".rod", ".pdb", ".idb", + ".idx" ] ignore = [ ".bzrignore", "nimrod", "nimrod.exe", "koch", "koch.exe" |