projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddcfeba
)
Add /config.cache to .gitignore in back branches
author
Bruce Momjian
Sat, 25 Feb 2017 18:04:22 +0000
(13:04 -0500)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index 681af08c5cf848204b1fc0f7304f984f92ceefa5..715f81795451cbdf9a1fe7ca34dec03fb6450350 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-28,6
+28,7
@@
lib*.pc
# Local excludes in root directory
/GNUmakefile
+/config.cache
/config.log
/config.status
/pgsql.sln