I have **/*/.tmp* as one line in my gitignore but I still get the
files appearing when I do a "git status" so I obviously have got it
wrong.
Maybe I should just put .tmp*

Cheers
George

PS
Thanks for all the advice on ides .... but that wasn't really the
question!

On Jun 21, 6:37 am, Rory McKinley <rorymckinleyli...@gmail.com> wrote:
> On 20/06/2010 07:44, giorgio wrote:> I have just started using rad rails 
> again after a long stint on
> > netbeans.
>
> > It seems to generate loads of files like:
> > app/views/group/.tmp_group_summary.rhtml.99932
>
> > I want to make git ignore all these .tmp files but my entries in
> >gitignorehave so far been of no avail.
>
> > Anybody give me a suggestion?
>
> <snip>
>
> .tmp_* will ignore the file given as an example above - you would just
> need to ensure that it doesn't ignore anything you would want to keep as
> it is a fairly large net :)
>
> Rory

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to