From: Tom Lane Date: Mon, 3 Aug 2015 04:02:26 +0000 (-0400) Subject: Make modules/test_ddl_deparse/.gitignore match its siblings. X-Git-Tag: REL9_5_ALPHA2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=642ae4ee7dcb9b48a4abd1f02a46ff4d71aef931;p=thirdparty%2Fpostgresql.git Make modules/test_ddl_deparse/.gitignore match its siblings. Not sure why /tmp_check/ was omitted from this one, but even if it isn't really needed right now, it's inconsistent not to include it. --- diff --git a/src/test/modules/test_ddl_deparse/.gitignore b/src/test/modules/test_ddl_deparse/.gitignore index 3337b3d2944..5dcb3ff9723 100644 --- a/src/test/modules/test_ddl_deparse/.gitignore +++ b/src/test/modules/test_ddl_deparse/.gitignore @@ -1,2 +1,4 @@ +# Generated subdirectories /log/ /results/ +/tmp_check/