diff options
author | Greg Sabino Mullane | 2009-06-12 23:43:11 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-06-12 23:43:11 +0000 |
commit | 7b46356ab909f91ce6dcfba84e6f95949b56e2a6 (patch) | |
tree | c3384b9d0fa7f3669737f47d8db1c139f8d60c68 | |
parent | d8b571d91c2600c9cec66729fc5a0805ced9d1b5 (diff) |
Minor cleanups
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | MANIFEST.SKIP | 6 |
3 files changed, 7 insertions, 3 deletions
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 @@ -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 |