From 3a05f50e67cfd7f45aced7fb0d79d32de4a7fad8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Jul 2021 14:38:17 +0200 Subject: [PATCH] .gitignore: Ignore the generated config.cache files. --- .gitignore | 5 +++++ libtextstyle/.gitignore | 3 +++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index e4b491640..0b269b341 100644 --- a/.gitignore +++ b/.gitignore @@ -544,14 +544,19 @@ autom4te.cache/ # (i.e. erased by "make distclean"): /config.log /config.status +/config.cache /gettext-runtime/config.log /gettext-runtime/config.status +/gettext-runtime/config.cache /gettext-runtime/libasprintf/config.log /gettext-runtime/libasprintf/config.status +/gettext-runtime/libasprintf/config.cache /gettext-tools/config.log /gettext-tools/config.status +/gettext-tools/config.cache /gettext-tools/examples/config.log /gettext-tools/examples/config.status +/gettext-tools/examples/config.cache # Files created by "config.status": /Makefile /gettext-runtime/Makefile diff --git a/libtextstyle/.gitignore b/libtextstyle/.gitignore index f332b009a..edf45e88b 100644 --- a/libtextstyle/.gitignore +++ b/libtextstyle/.gitignore @@ -365,6 +365,7 @@ autom4te.cache/ # (i.e. erased by "make distclean"): /config.log /config.status +/config.cache # Files created by "config.status": /Makefile /config.h @@ -566,6 +567,7 @@ core /examples/color-filter/build-aux/missing /examples/color-filter/config.log /examples/color-filter/config.status +/examples/color-filter/config.cache /examples/color-filter/configure /examples/color-filter/filter /examples/color-hello/Makefile @@ -579,6 +581,7 @@ core /examples/color-hello/build-aux/missing /examples/color-hello/config.log /examples/color-hello/config.status +/examples/color-hello/config.cache /examples/color-hello/configure /examples/color-hello/hello -- 2.47.2