aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-08-03 00:02:26 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-08-03 00:02:26 -0400
commite2b49db0f0c55196ae336e28bc142dddd38cad1e (patch)
treee6e42897e626ea4eb044a438ca26024980c486d1
parentfd7ed26c1a2353923be067dd84059f3ce3a5aff4 (diff)
downloadpostgresql-e2b49db0f0c55196ae336e28bc142dddd38cad1e.tar.gz
postgresql-e2b49db0f0c55196ae336e28bc142dddd38cad1e.zip
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.
-rw-r--r--src/test/modules/test_ddl_deparse/.gitignore2
1 files changed, 2 insertions, 0 deletions
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/