Koch deletes the .gitignore while cleaning

This commit is contained in:
flaviut
2014-04-10 21:59:43 -04:00
parent 8b82004359
commit 3f3014f626

View File

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