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