Add /config.cache to .gitignore in back branches
authorBruce Momjian <[email protected]>
Sat, 25 Feb 2017 18:04:22 +0000 (13:04 -0500)
committerBruce Momjian <[email protected]>
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 1e15ce5fc108434324ffc5a3373623f7c33b503c..d7c06df2932e4887aaad58c1e6122d889b7519ea 100644 (file)
@@ -24,6 +24,7 @@ lib*dll.def
 
 # Local excludes in root directory
 /GNUmakefile
+/config.cache
 /config.log
 /config.status
 /pgsql.sln