From 1f0d78863eb88ca8ee9c3b5215d532900e722e57 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 25 Feb 2017 13:04:22 -0500 Subject: [PATCH] Add /config.cache to .gitignore in back branches For some reason config.cache was not being git-ignored in these back branches. Backpatch-through: 9.2 to 9.4 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 681af08c5c..715f817954 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ lib*.pc # Local excludes in root directory /GNUmakefile +/config.cache /config.log /config.status /pgsql.sln