Add /config.cache to .gitignore in back branches
authorBruce Momjian
Sat, 25 Feb 2017 18:04:22 +0000 (13:04 -0500)
committerBruce Momjian
Sat, 25 Feb 2017 18:04:22 +0000 (13:04 -0500)
For some reason config.cache was not being git-ignored in these back
branches.

Backpatch-through: 9.2 to 9.4

.gitignore

index 8e227a226a97127aa9992fc8add4bca5ebffb722..f0b56094f24f6829f34b88ce764df67141cc2e54 100644 (file)
@@ -26,6 +26,7 @@ lib*.pc
 
 # Local excludes in root directory
 /GNUmakefile
+/config.cache
 /config.log
 /config.status
 /pgsql.sln