diff options
author | Greg Sabino Mullane | 2011-12-09 04:02:27 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-12-09 04:02:27 +0000 |
commit | ba8e4cb0cdef638e9f0b5850cbabb4e7a9af24f6 (patch) | |
tree | 0ae607d747fd1068f18572e07f0c66a44d988000 | |
parent | 11cc14fd00af1364bf91e42731673d22146283c8 (diff) |
Ignore the MYMETA auto-generated files
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9cf0fee2c..4489c9534 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ blib/* test_database_check_postgres* *.tmp cover_db/ -check_postgres-
\ No newline at end of file +check_postgres- +MYMETA.* |