Skip to content

Commit 1737f3d

Browse files
committed
Add t/ back to .gitignore
Keep t/ directory ignored so imported Perl5 tests are not tracked by git
1 parent 39067e9 commit 1737f3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ src/test/_Deparsed_XSubs.pm
2525
# Ignore Perl test suite files
2626
perl5/
2727

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+
2832
# Ignore perl5_t/ directory (module tests from perl5/lib/*.t)
2933
# These are synced from perl5 repo via sync.pl, not committed here
3034
perl5_t/

0 commit comments

Comments
 (0)