[PATCH] ignore config.cache files

Mike Frysinger <[email protected]> Mon, 15 Sep 2014 18:29:21 -0400
Newsgroups gmane.comp.compilers.ccache
Message-ID <[email protected]>
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