diff options
author | Bruce Momjian <bruce@momjian.us> | 2017-02-25 13:04:22 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2017-02-25 13:04:22 -0500 |
commit | 6987277619f218d4056178ac1d9c6d9ef8efc9c8 (patch) | |
tree | da4c4b100d75b54a4d88a91d1b5903a39fa53fba | |
parent | 53b5a8c131064c3bc8f81d2617e2328487b4fba9 (diff) |
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
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8e227a226a9..f0b56094f24 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ lib*.pc # Local excludes in root directory /GNUmakefile +/config.cache /config.log /config.status /pgsql.sln |