diff options
| author | Fujii Masao | 2014-12-18 10:56:42 +0000 |
|---|---|---|
| committer | Fujii Masao | 2014-12-18 10:56:42 +0000 |
| commit | ccf292cd2ec16c69ddfee3bf72afe113a7595e00 (patch) | |
| tree | 69b85765e01847d8aa142902b874bfa6a4893889 /src | |
| parent | 72950dc1d02c6b44c6475485fd5ef8ac277bbdd0 (diff) | |
Update .gitignore for config.cache.
Also add a comment about why regreesion.* aren't listed in .gitignore.
Jim Nasby
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/regress/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/regress/.gitignore b/src/test/regress/.gitignore index 7573addc94..173f995d24 100644 --- 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 |
