projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72950dc
)
Update .gitignore for config.cache.
author
Fujii Masao
Thu, 18 Dec 2014 10:56:42 +0000
(19:56 +0900)
committer
Fujii Masao
Thu, 18 Dec 2014 10:56:42 +0000
(19:56 +0900)
Also add a comment about why regreesion.* aren't listed in .gitignore.
Jim Nasby
.gitignore
patch
|
blob
|
blame
|
history
src/test/regress/.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
diff --git
a/src/test/regress/.gitignore
b/src/test/regress/.gitignore
index 7573addc94dbecf4b2b2233c55463b0dc747b251..173f995d240f0c195aa1fa47cb4230a21c010c0c 100644
(file)
--- a/
src/test/regress/.gitignore
+++ b/
src/test/regress/.gitignore
@@
-5,3
+5,7
@@
/tmp_check/
/results/
/log/
+
+# Note: regreesion.* are only left behind on a failure; that's why they're not ignored
+#/regression.diffs
+#/regression.out