Merge pull request #1079 from flaviut/kochcleanfix

Fix Koch deleting the .gitignore while cleaning
This commit is contained in:
Andreas Rumpf
2014-04-13 08:41:08 +02:00

View File

@@ -169,7 +169,7 @@ const
".idx"
]
ignore = [
".bzrignore", "nimrod", "nimrod.exe", "koch", "koch.exe"
".bzrignore", "nimrod", "nimrod.exe", "koch", "koch.exe", ".gitignore"
]
proc cleanAux(dir: string) =