diff options
author | Greg Sabino Mullane | 2009-07-13 17:24:33 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-07-13 17:24:33 +0000 |
commit | cf1bde8ad6aa0f03482e1ab5567128e1da2b8de5 (patch) | |
tree | 5d4ab52663bfbc778795717a91fd92df81827cc3 | |
parent | 9132a9cc7941c5587b2277662f575fd71c1317f6 (diff) |
Add cover_db dir
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a1877cc91..eed226756 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ pm_to_blib blib/* *.tar.gz test_database_check_postgres* -*.tmp
\ No newline at end of file +*.tmp +cover_db/ |