From: Bruce Momjian Date: Sat, 25 Feb 2017 18:04:22 +0000 (-0500) Subject: Add /config.cache to .gitignore in back branches X-Git-Tag: REL9_2_21~45 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3703cfead94a18d9eff5b89203244d650a1a791c;p=postgresql.git 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 --- diff --git a/.gitignore b/.gitignore index 1e15ce5fc10..d7c06df2932 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ lib*dll.def # Local excludes in root directory /GNUmakefile +/config.cache /config.log /config.status /pgsql.sln