Hi,
This is a bit odd; in the latest build (9309), the file browser is not showing anything other than my .gitignore file in a Haskell project.
Here's what my .tm_properties looks like:
TM_GIT = "/usr/bin/git" exclude = "{*.{hi,p_o,o,pyc,gz,aux},Icon,CVS,_darcs,_MTN,{arch},blib,*~.nib,vendor,*.log,tmp,log,coverage,coverage.data}" include = "{.tm_properties,.htaccess,.rvmrc,.gitignore}" fontName = "Menlo Regular" fontSize = 14
softWrap = true softTabs = true tabSize = 4 excludeDirectories = "build,dist,tmp,log" PATH = "$PATH:/usr/texbin:/usr/local/go/bin" [ text.tex ]
Now, if I remove the `exclude=` line, nothing changes. But if I explicitly add "*.hs" to the `include` entry, my Haskell source files show up.
Any ideas? It seems to me that the files to be excluded are somehow being loaded from another scope, which has some unreasonable defaults.
thanks, Noah