From: Greg Sabino Mullane Date: Fri, 12 Jun 2009 23:43:11 +0000 (-0400) Subject: Minor cleanups X-Git-Tag: 2.9.1~4 X-Git-Url: http://git.postgresql.org/gitweb/static/main.js?a=commitdiff_plain;h=7b46356ab909f91ce6dcfba84e6f95949b56e2a6;p=check_postgres.git Minor cleanups --- diff --git a/.gitignore b/.gitignore index 23a321878..a1877cc91 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ Makefile.old pm_to_blib blib/* *.tar.gz -test_database_check_postgres/* \ No newline at end of file +test_database_check_postgres* +*.tmp \ No newline at end of file diff --git a/MANIFEST b/MANIFEST index 31dcad57e..85fe1c6b7 100644 --- a/MANIFEST +++ b/MANIFEST @@ -38,6 +38,7 @@ t/02_query_runtime.t t/02_query_time.t t/02_relation_size.t t/02_replicate_row.t +t/02_same_schema.t t/02_sequence.t t/02_settings_checksum.t t/02_timesync.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 2baf674a7..eee200751 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,4 +1,3 @@ -test_database_check_postgres/ ~$ ^tmp/ ^blib/ @@ -7,4 +6,7 @@ Makefile.old$ pm_to_blib TODO tar.gz$ -check_postgres-.* \ No newline at end of file +check_postgres-.* +test_database_check_postgres* +\.git/* +\.tmp$ \ No newline at end of file