Allan Odgaard-4 wrote:
On 18 Aug 2008, at 07:13, dvlogic wrote:
I have a project that uses the GNU automake system's Makefile.am files - for some reason textmate is ignoring the file. I have checked file and folder patterns and there is nothing that should preclude the file. Has anyone else seen this? I there some other setting that might tell textmate to ignore Makefile.am files?
By ignore, you mean it is not shown at all? Or just that if you click it, it does not open?
If the latter, then right-click the file in the project drawer and tell TM to treat the file as text.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
the first, it doesn't show up at all. Here are the steps I use to reproduce the problem:
$ mkdir /tmp/tmtest $ echo "# empty" > /tmp/tmtest/Makefile.am $ mate /tmp/tmtest
The result is I end up with a drawer with an empty directory (i.e. no Makefile.am)
Regards,
-- dv