added .ilk files to the koch clean list, these are incremental link information files for MSVC

This commit is contained in:
Charlie
2014-05-06 14:19:03 -04:00
parent 1549bed82f
commit ae6dac6b63

View File

@@ -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"