This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't clobber $^O when you're going to use it again.
[perl5.git] / .gitignore
index 1d23594..f8af423 100644 (file)
@@ -72,6 +72,7 @@ ext.libs
 
 # these are scattered everywhere, ignore them
 .exists
+MYMETA.yml
 
 /miniperl
 /perl
@@ -105,6 +106,8 @@ t/test_state
 cpan/ExtUtils-MakeMaker/t/Big-Dummy/
 cpan/Module-Build/MB-*
 *.tmp
+t/*.ph
+t/lib/*.ph
 
 # t/op/require.t byproducts
 t/bleah.pm
@@ -126,5 +129,7 @@ veryclean.sh
 U
 MANIFEST.new
 
-# ignore vim swap files
+# ignore editor droppings
 *.swp
+*~
+.#*