view .hgignore @ 165:25ede4f66bda

Temporarily disabled GC (again) because phobos fails to compile with it (looks like some ObjSymbols are being falsely collected, see Library.d:666) Getting rid of global state (i.e global and static variables) to allow running concurrent compilation
author korDen
date Thu, 30 Sep 2010 10:04:32 +0400
parents 722df8e7509c
children 5a9a88e919f9
line wrap: on
line source

syntax: regexp

# eclipse files etc.
^\.

\.map$
\.obj$