From: Brian Cassidy Date: Fri, 8 May 2009 01:10:29 +0000 (-0300) Subject: add .gitignore and corresponding MANIFEST.SKIP entries X-Git-Tag: 0.04~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git;a=commitdiff_plain;h=574a1212ba7f55626cdd8d54918410ca1536ea31 add .gitignore and corresponding MANIFEST.SKIP entries --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a77f9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +META.yml +Makefile +Makefile.old +cover_db +blib +inc +pm_to_blib +MANIFEST* +!MANIFEST.SKIP +*~ diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index f21a21f..c7cefa4 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -3,6 +3,8 @@ \bCVS\b ,v$ \B\.svn\b +\B\.git\b +\.gitignore # Avoid Makemaker generated and utility files. \bMakefile$