[ccache] [PATCH] ignore config.cache files

2014-09-15 Thread Mike Frysinger
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
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache


Re: [ccache] [PATCH] ignore config.cache files

2014-09-19 Thread Joel Rosdahl
Applied, thanks.

-- Joel

On 16 September 2014 00:29, Mike Frysinger  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
> ccache@lists.samba.org
> https://lists.samba.org/mailman/listinfo/ccache
>
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache