[kbd] [PATCH 3/3] ignore config.cache files
Mike Frysinger
vapier at gentoo.org
Mon Dec 3 01:16:46 MSK 2012
These show up when doing `./configure -C`.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index ba624ac..2f86825 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ autom4te.cache
Makefile.in
!po/Makefile.in
aclocal.m4
+config.cache
config.h
config.guess
config.status
--
1.7.12.4
More information about the kbd
mailing list