summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-09 01:50:08 +0200
committerAraq <rumpf_a@web.de>2012-05-09 01:50:08 +0200
commit76235348f8ccb1363100bdc686f0fafae5dacc5f (patch)
treebea06a5eafa73a9202e06955d618d88c097b3f79 /koch.nim
parentc323ec0155cc426e604e0c53a6baf00b17e439d7 (diff)
downloadNim-76235348f8ccb1363100bdc686f0fafae5dacc5f.tar.gz
extracted documentation generator
Diffstat (limited to 'koch.nim')
-rwxr-xr-xkoch.nim3
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"