projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b5a8c
)
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 8e227a226a97127aa9992fc8add4bca5ebffb722..f0b56094f24f6829f34b88ce764df67141cc2e54 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-26,6
+26,7
@@
lib*.pc
# Local excludes in root directory
/GNUmakefile
+/config.cache
/config.log
/config.status
/pgsql.sln