TextMate writing meta data
For some reason some builds where failing for me as soon as I
edited files with TextMate. Turns out TextMate writes some meta
data into file attributes (or hidden files).
Searching the manual
I found that you can disable this feature with
defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1


