diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ !Build/ .last_cover_stats -#/META.yml -#/META.json +/META.yml +/META.json /MYMETA.* *.o *.pm.tdy @@ -28,6 +28,7 @@ inc/ /blib/ /_eumm/ /*.gz +/Makefile /Makefile.old /MANIFEST.bak /pm_to_blib |