[kbd] [PATCH 3/3] ignore config.cache files
Mike Frysinger <[email protected]>
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <[email protected]> |
These show up when doing `./configure -C`. Signed-off-by: Mike Frysinger <[email protected]> --- .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