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