Minor cleanups
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 12 Jun 2009 23:43:11 +0000 (19:43 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 12 Jun 2009 23:43:11 +0000 (19:43 -0400)
.gitignore
MANIFEST
MANIFEST.SKIP

index 23a3218780599e0b27dd55402c9d81457c72fbbb..a1877cc91c4ca02664e054905137ad8cd62187c4 100644 (file)
@@ -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
index 31dcad57e842d50a74c76b39b0f82c93c26b3aa0..85fe1c6b7460c1b5576a4c302ddb83a7900a0eff 100644 (file)
--- 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
index 2baf674a7fc52d09ee0ab4eb9f6865443402ac21..eee200751a33f0ff8853783c757329be65bc833a 100644 (file)
@@ -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