We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39067e9 commit 1737f3dCopy full SHA for 1737f3d
.gitignore
@@ -25,6 +25,10 @@ src/test/_Deparsed_XSubs.pm
25
# Ignore Perl test suite files
26
perl5/
27
28
+# Ignore the t/ directory (Perl test suite copied from perl5/t/)
29
+# These should be synced from perl5 repo, not committed here
30
+t/
31
+
32
# Ignore perl5_t/ directory (module tests from perl5/lib/*.t)
33
# These are synced from perl5 repo via sync.pl, not committed here
34
perl5_t/
0 commit comments