Re: [PATCH] ignore config.cache files
Joel Rosdahl <[email protected]> Fri, 19 Sep 2014 23:43:39 +0200
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAK8D=pjTg8RkCN3oTi+-HdFwcfZsbwVRB-0Xb17ihO-aXYqKjw@mail.gmail.com> |
Applied, thanks. -- Joel On 16 September 2014 00:29, Mike Frysinger <[email protected]> wrote: > This is created when you run `./configure -C`. > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 7bed498..cfadd23 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -12,6 +12,7 @@ ccache-*.tar.* > ccache.1 > ccache.html > ccache.xml > +config.cache > config.h > config.h.in > config.log > -- > 2.0.0 > > _______________________________________________ > ccache mailing list > [email protected] > https://lists.samba.org/mailman/listinfo/ccache >