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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e2b49db0f0c55196ae336e28bc142dddd38cad1e;p=users%2Fheikki%2Fpostgres.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 3337b3d294..5dcb3ff972 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/