.tm_project.cache

Programming, for all ages and all languages.
Post Reply
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

.tm_project.cache

Post by inx »

So, I was pulling a list of file paths from my tree with "find . | sed -n -e '/.c/ p' -e '/.h/ p'", and I found a file in my tree root called .tm_project.cache.
I'm sure it's from some tool I tried at some point, but I can't, for the life of me, think of what. I tried looking in the file to see if I could find a clue
as to where in the hell it's from, but it was empty. lol Searching google for .tm_project.cache' just pulls up repositories of a million other projects
with the file in their tree root. Also, I use Subversion for version control, and I've determined the file is not related with that. So, yea, out of curiosity,
does anyone know what made that file?
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: .tm_project.cache

Post by NickJohnson »

Are you sure it has nothing to do with subversion or CVS? Maybe it's just blank if you haven't made changes since the last commit. I don't use subversion, but on git, there are multiple files in the .git directory that are sometimes blank.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: .tm_project.cache

Post by pcmattman »

What, if any, IDE do you use?
jzgriffin
Member
Member
Posts: 190
Joined: Tue Sep 26, 2006 1:40 pm
Libera.chat IRC: Nokurn
Location: Ontario, CA, USA
Contact:

Re: .tm_project.cache

Post by jzgriffin »

.tm* files are usually associated with the TextMate editor. Are you using Mac OS X and TextMate, and TextMate's project feature?
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

Re: .tm_project.cache

Post by inx »

Sorry about the slow response time on my part, and thank you for your replies. My "IDE" is VIM and gmake,
and SVN allowed me to do an svn delete on it and hasn't regenerated it over a couple revisions now, so I'm
fairly certain that's not it.. I hadn't heard of textmate until now, although thank you for the mention, that
looks like it might be nice once I get my OS X system back up. :)
Post Reply