This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use mnemonic instead of number
[perl5.git] / .gitignore
index 03df13f..5f1def3 100644 (file)
@@ -81,7 +81,7 @@ ext.libs
 
 # these are scattered everywhere, ignore them
 .exists
-MYMETA.yml
+MYMETA.*
 
 /miniperl
 /perl
@@ -108,6 +108,7 @@ lib/IPC/Cmd/t/src/x.tgz
 lib/mro.pm
 lib/TAP/
 lib/Test/Harness.pm
+lib/File/DosGlob.pm
 t/rantests
 t/tmp*
 t/perl
@@ -149,5 +150,13 @@ MANIFEST.new
 *.perf-stat
 *.valgrind
 
+# dont show .gdb_history files
+.gdb_history
+
 # generated by the top level install.html target. XXX Why does it need this?
 /vms/README_vms.pod
+
+#stuff to ignore from Module::Pluggable:
+cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/#Bar.pm#
+cpan/Module-Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
+