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 | |
parent | 72950dc1d02c6b44c6475485fd5ef8ac277bbdd0 (diff) |
Update .gitignore for config.cache.
Also add a comment about why regreesion.* aren't listed in .gitignore.
Jim Nasby
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/test/regress/.gitignore | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 681af08c5c..715f817954 100644 --- 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 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 |