TextMate keeps folder references setting per project basis in .tmproj file.
Changing the regular expression in TextMate preferences dialog doesn't update project file. This means that first answer to this question didn't solve similar problem I had. Outside plugins might have something to do with it (Project+ for example).
In first answer doesn't work:
Open up your project file with other editor than TextMate and edit the "regexFolderFilter" key by hand.
Sidenote: Normally forward slashes should be escaped. Don't know how TextMate actually runs the regular expression since outcome is the same with or without escaping.