diff options
author | Araq <rumpf_a@web.de> | 2012-05-09 01:50:08 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-09 01:50:08 +0200 |
commit | 76235348f8ccb1363100bdc686f0fafae5dacc5f (patch) | |
tree | bea06a5eafa73a9202e06955d618d88c097b3f79 /koch.nim | |
parent | c323ec0155cc426e604e0c53a6baf00b17e439d7 (diff) | |
download | Nim-76235348f8ccb1363100bdc686f0fafae5dacc5f.tar.gz |
extracted documentation generator
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" |