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
This commit is contained in:
Bruce Momjian 2017-02-25 13:04:22 -05:00
parent ddcfeba95e
commit 1f0d78863e
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,6 +28,7 @@ lib*.pc
# Local excludes in root directory
/GNUmakefile
/config.cache
/config.log
/config.status
/pgsql.sln