I am trying to find a way to make my mac see .dSYM files as hidden. I know I could do:
chflags hidden / -name *.dSYM
but the next time I create a .dSYM file it wont be hidden. There must be a way to tell finder to hide a certain file type (all currently on my machine, plus all that I will create in the future).
I am assuming that just because it is hidden, it wont affect my ability to use the .dSYM files when I am running cgdb in terminal? Or do the have to be not hidden for cgdb to be able to find them?
(I am on Mountain Lion)
chflagsonly works on Finder level (Finder itself and any Open/Save dialogs) – patrix♦ Sep 10 '12 at 3:22